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!)
A159322 G.f.: A(x) = Sum_{n>=0} log(1+x + 2^n*x^2)^n/n!. 0
1, 1, 2, 2, 6, 12, 62, 280, 2380, 22400, 321776, 5837608, 146558244, 4938979584, 221994255984, 13767288844128, 1127789953750020, 129161855009676368, 19561367056434877784, 4170365129835922726384, 1181440903578343187882844 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 2*x^3 + 6*x^4 + 12*x^5 + 62*x^6 +...
A(x) = 1 + log(1+x+2*x^2) + log(1+x+4*x^2)^2/2! + log(1+x+8*x^2)^3/3! +...
PROG
(PARI) {a(n)=polcoeff(sum(k=0, n, log(1+x+2^k*x^2+x*O(x^n))^k/k!), n)}
CROSSREFS
Sequence in context: A191970 A175516 A244656 * A049313 A062954 A049954
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 14 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 25 09:56 EDT 2024. Contains 371967 sequences. (Running on oeis4.)