The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A202944 G.f.: Sum_{n>=0} (n+1)*(n+2)/2 * 2^(n*(n-1)) * x^n. 1
1, 3, 24, 640, 61440, 22020096, 30064771072, 158329674399744, 3242591731706757120, 259730156557830486753280, 81704042592835098143342198784, 101249788741429138756344678419791872, 495451126236886402802673428420654515879936 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
The convolution cube-root yields A202943.
EXAMPLE
G.f.: A(x) = 1 + 3*x + 24*x^2 + 640*x^3 + 61440*x^4 + 22020096*x^5 +...
where
A(x) = 1 + 3*x + 6*2^2*x^2 + 10*2^6*x^3 + 15*2^12*x^4 + 21*2^20*x^5 +...
Note that the cube root of the g.f. is an integer series:
A(x)^(1/3) = 1 + x + 7*x^2 + 199*x^3 + 20026*x^4 + 7296946*x^5 +...+ A202943(n)*x^n +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, (m+1)*(m+2)/2*2^(m*(m-1))*x^m+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A318766 A292813 A293249 * A056207 A297561 A326084
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 June 5 10:02 EDT 2024. Contains 373105 sequences. (Running on oeis4.)