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!)
A207971 G.f.: exp( Sum_{n>=1} 5*Fibonacci(n)^(2*n) * x^n/n ). 4
1, 5, 15, 140, 8795, 9808325, 57315191130, 2812698182891585, 894119494320160426760, 2048089587570930007354766745, 32079229816919862900907520464756250, 3500720882833094608324749707338857577696205, 2633228648869966875007549667526201212159637714889015 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Give g.f. A(x), note that A(x)^(1/5) is not an integer series.
LINKS
EXAMPLE
G.f.: A(x) = 1 + 5*x + 15*x^2 + 140*x^3 + 8795*x^4 + 9808325*x^5 +...
such that
log(A(x))/5 = x + x^2/2 + 2^6*x^3/3 + 3^8*x^4/4 + 5^10*x^5/5 + 8^12*x^6/6 + 13^14*x^7/7 +...+ Fibonacci(n)^(2*n)*x^n/n +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(k=1, n, 5*fibonacci(k)^(2*k)*x^k/k)+x*O(x^n)), n)}
for(n=0, 31, print1(a(n), ", "))
CROSSREFS
Sequence in context: A116957 A124209 A207970 * A245648 A048347 A034980
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 22 2012
STATUS
approved

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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)