login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135068 a(n) = [x^(2^n+n-1)] (x + x^2 + x^4 +...+ x^2^n)^n for n>=1. 4
1, 2, 6, 16, 90, 636, 5712, 34336, 537282, 5941780, 99729146, 1049982792, 23200347040, 293841338896, 5712436923000, 68827002466176, 2844850573581890, 53069160498788772, 1545326270301621838, 26021954987946879560, 1020860369624228471394, 19905401189634441143740 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = A135069(n)*n.

PROG

(PARI) a(n)=if(n<1, 0, polcoeff(sum(j=0, n, x^(2^j)+O(x^(2^n+n)))^n, 2^n+n-1))

CROSSREFS

Cf. A007178 (variant); A135069, A135070 (variant), A135071.

Sequence in context: A137858 A074740 A204436 * A147950 A147941 A147932

Adjacent sequences:  A135065 A135066 A135067 * A135069 A135070 A135071

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 17 2007

EXTENSIONS

a(15) - a(19) from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Apr 29 2009

a(20) - a(22) from Max Alekseyev (maxale(AT)gmail.com), Dec 03 2010

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 19:13 EST 2012. Contains 206085 sequences.