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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135070 a(n) = [x^(2^n+n-2)] (x + x^2 + x^4 +...+ x^(2^n))^n for n>=2. 4
1, 3, 18, 70, 600, 4956, 52528, 358128, 6654600, 79967800, 1453049400, 16239408120, 392541718660, 5252687631660, 108961629396480, 1395025456201408, 62831427044385384, 1223872353413404344 (list; graph; refs; listen; history; internal format)
OFFSET

2,2

FORMULA

n(n-1)/2 divides a(n): A135071(n) = a(n)/[n(n-1)/2] for n>=2.

PROG

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

CROSSREFS

Cf. A135068, A135069, A135071.

Sequence in context: A098522 A174764 A114633 * A073961 A152897 A059393

Adjacent sequences:  A135067 A135068 A135069 * A135071 A135072 A135073

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

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 16 15:27 EST 2012. Contains 205930 sequences.