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!)
A202942 G.f.: [ Sum_{n>=0} (n+1)*(n+2)/2 * 2^(n^2) * x^n ]^(1/3). 4
1, 2, 28, 1592, 320416, 233502272, 640425828736, 6752822665196288, 276674110514780283136, 44326172948662599528407552, 27888135883706078415361423227904, 69119744225611603596101581358820128768, 676455661208111898411893322163207326229331968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(2*n) == 1 (mod 3); a(2*n+1) == 2 (mod 3).
EXAMPLE
G.f.: A(x) = 1 + 2*x + 28*x^2 + 1592*x^3 + 320416*x^4 + 233502272*x^5 +...
where
A(x)^3 = 1 + 3*2*x + 6*2^4*x^2 + 10*2^9*x^3 + 15*2^16*x^4 + 21*2^25*x^5 +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, (m+1)*(m+2)/2*2^(m^2)*x^m+x*O(x^n))^(1/3), n)}
CROSSREFS
Sequence in context: A361405 A331839 A238817 * A356518 A355070 A326366
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 26 2011
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 26 14:37 EDT 2024. Contains 372003 sequences. (Running on oeis4.)