login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176720 G.f. satisfies: A(x) = 1 + Sum_{n>=0} 2*x^(n^2)*A(x)^n. 1
1, 2, 4, 8, 18, 44, 112, 288, 744, 1938, 5104, 13584, 36456, 98468, 267376, 729488, 1999074, 5500412, 15189636, 42084952, 116949848, 325878288, 910333152, 2548892864, 7152113760, 20108587038, 56641227416, 159820928328 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
G.f.: A(x) = 1 + 2*x + 4*x^2 + 8*x^3 + 18*x^4 + 44*x^5 + 112*x^6 +...
A(x) = 1 + 2*x*A(x) + 2*x^4*A(x)^2 + 2*x^9*A(x)^3 + 2*x^16*A(x)^4 + ...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1+sum(m=1, n, 2*(A+x*O(x^n))^m*x^(m^2))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A114203 A339837 A100132 * A088457 A006786 A125809
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 25 2010
EXTENSIONS
Edited by Paul D. Hanna, Apr 27 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 19:37 EDT 2024. Contains 371963 sequences. (Running on oeis4.)