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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135069 a(n) = [x^(2^n+n-1)] (x + x^2 + x^4 +...+ x^(2^n))^n / n for n>=1. 4
1, 1, 2, 4, 18, 106, 816, 4292, 59698, 594178, 9066286, 87498566, 1784642080, 20988667064, 380829128200, 4301687654136, 167344151387170, 2948286694377154, 81332961594822202, 1301097749397343978, 48612398553534689114, 904790963165201870170 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n) = A135068(n)/n for n>=1.

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)/n)}

CROSSREFS

Cf. A135068, A135070, A135071.

Sequence in context: A095816 A020101 A099938 * A067647 A009667 A009508

Adjacent sequences:  A135066 A135067 A135068 * A135070 A135071 A135072

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 16 08:10 EST 2012. Contains 205889 sequences.