Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)

Revision History for A203849

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A203849 a(n) = sigma_2(n)*Fibonacci(n), where sigma_2(n) = A001157(n), the sum of squares of divisors of n.
(history; published version)
#13 by Bruno Berselli at Wed Jul 18 03:02:14 EDT 2018
STATUS

reviewed

approved

#12 by Michel Marcus at Wed Jul 18 01:46:46 EDT 2018
STATUS

proposed

reviewed

#11 by G. C. Greubel at Tue Jul 17 22:42:05 EDT 2018
STATUS

editing

proposed

#10 by G. C. Greubel at Tue Jul 17 22:42:02 EDT 2018
LINKS

G. C. Greubel, <a href="/A203849/b203849.txt">Table of n, a(n) for n = 1..2500</a>

MATHEMATICA

Table[DivisorSigma[2, n]*Fibonacci[n], {n, 50}] (* G. C. Greubel, Jul 17 2018 *)

STATUS

approved

editing

#9 by Alois P. Heinz at Sat Jan 06 13:24:07 EST 2018
STATUS

editing

approved

#8 by Alois P. Heinz at Sat Jan 06 13:24:04 EST 2018
NAME

a(n) = sigma_2(n)*fibonacciFibonacci(n), where sigma_2(n) = A001157(n), the sum of squares of divisors of n.

STATUS

approved

editing

#7 by Russ Cox at Fri Mar 30 18:37:33 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Jan 12 2012

Discussion
Fri Mar 30 18:37
OEIS Server: https://oeis.org/edit/global/213
#6 by N. J. A. Sloane at Thu Jan 12 09:30:19 EST 2012
STATUS

proposed

approved

#5 by Paul D. Hanna at Thu Jan 12 00:16:59 EST 2012
STATUS

editing

proposed

#4 by Paul D. Hanna at Thu Jan 12 00:16:55 EST 2012
NAME

a(n) = sigma_2(n)*fibonacci(n), where sigma_2(n) = A001157(n), the sum of squares of divisors of n.

COMMENTS

Compare g.f. to the Lambert series identity: Sum_{n>=1} n^2*x^n/(1-x^n) = Sum_{n>=1} sigma_2(n)*x^n.

FORMULA

G.f.: Sum_{n>=1} n^2*fibonacci(n)*x^n/(1 - Lucas(n)*x^n + (-1)^n*x^(2*n)) = Sum_{n>=1} sigma_2(n)*fibonacci(n)*x^n, where Lucas(n) = A000204(n).

EXAMPLE

G.f.: A(x) = x + 5*x^2 + 20*x^3 + 63*x^4 + 130*x^5 + 400*x^6 + 650*x^7 +...

PROG

((PARI) {a(n)=sigma(n, 2)*fibonacci(n)}

CROSSREFS

Cf. A203847, A203848, A203838, A001157 (sigma_2), A000204 (Lucas), A000045.

STATUS

proposed

editing

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 6 16:55 EDT 2024. Contains 374980 sequences. (Running on oeis4.)