login
This site is supported by donations 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; internal format)
OFFSET

0,3

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: A103872 A191970 A175516 * A049313 A049954 A049952

Adjacent sequences:  A159319 A159320 A159321 * A159323 A159324 A159325

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 14 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:46 EST 2012. Contains 206011 sequences.