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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173218 G.f.: A(x) = Sum_{n>=0} (1 + x)^(n^2+n) / 2^(n+1). 2
1, 4, 50, 1040, 30300, 1135080, 51972668, 2812429632, 175606496520, 12426817517920, 982846762742416, 85916923493646752, 8225856593959648696, 856044724445883011520, 96213518828394481754400 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..14.

PROG

(PARI) {a(n)=local(A=sum(m=0, n^2+100, (1+x +O(x^(n+2)))^(m*(m+1))/2^(m+1))); round(polcoeff(A, n))}

CROSSREFS

Cf. A173217, A173219.

Sequence in context: A114480 A123356 A139087 * A201829 A201209 A026865

Adjacent sequences:  A173215 A173216 A173217 * A173219 A173220 A173221

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Mar 05 2010

STATUS

approved

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 May 25 20:22 EDT 2013. Contains 225649 sequences.