login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A300520
Expansion of Product_{k>=1} 1 / (1 - Fibonacci(k)*x^k).
4
1, 1, 2, 4, 8, 15, 31, 57, 113, 212, 410, 757, 1464, 2684, 5083, 9380, 17569, 32120, 59977, 109193, 202046, 367951, 675541, 1224453, 2243795, 4052369, 7377243, 13314989, 24140198, 43406515, 78510429, 140800279, 253663615, 454352111, 815790813, 1457485309
OFFSET
0,3
LINKS
FORMULA
log(a(n)) ~ log(phi)*n + 2*sqrt(polylog(2, 1/sqrt(5))*n) - 3*(log(n)/4), where polylog(2, 1/sqrt(5)) = 0.5107013915606224266804289751265205446721... and phi = A001622 = (1 + sqrt(5))/2 is the golden ratio.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[1/(1-Fibonacci[k]*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 08 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 00:23 EDT 2024. Contains 376140 sequences. (Running on oeis4.)