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!)
A156212 G.f.: A(x) = exp( Sum_{n>=1} 2^(n^2)*A000204(n)*x^n/n ), a power series in x with integer coefficients. 2
1, 2, 26, 732, 116390, 74067484, 206309321188, 2332635556428984, 108379291296448423558, 20417630652420537229303340, 15592143220454380480367922739340 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Compare to g.f. of Fibonacci sequence: exp( Sum_{n>=1} A000204(n)*x^n/n ), where A000204 is the Lucas numbers.
LINKS
EXAMPLE
G.f.: A(x) = 1 + 2*x + 26*x^2 + 732*x^3 + 116390*x^4 + 74067484*x^5 +...
log(A(x)) = 2*x + 2^4*3*x^2/2 + 2^9*4*x^3/3 + 2^16*7*x^4/4 + 2^25*11*x^5/5 +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n, 2^(m^2)*(fibonacci(m+1)+fibonacci(m-1))*x^m/m)+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A371297 A206601 A156211 * A138524 A329556 A316747
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 06 2009
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)