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!)
A126463 Column 3 of triangle A126460; equals the number of subpartitions of the partition {(k^2 + 9*k + 20)*k/6, k>=0}. 4
1, 1, 10, 195, 5940, 257300, 14989472, 1130000385, 107089958760, 12470885416545, 1751753684302150, 292264756622072214, 57165584968923450000, 12962148519535236156640, 3374220800446022166695530 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1/(1-x) = Sum_{k>=0} a(k)*x^k*(1-x)^[(k^2 + 12*k + 41)*k/6].
EXAMPLE
Equals the number of subpartitions of the partition:
{(k^2 + 12*k + 41)*k/6, k>=0} = [0,9,23,43,70,105,149,203,268,345,...]
as illustrated by g.f.:
1/(1-x) = 1*(1-x)^0 + 1*x*(1-x)^9 + 10*x^2*(1-x)^23 + 195*x^3*(1-x)^43 + 5940*x^4*(1-x)^70 + 257300*x^5*(1-x)^105 + 14989472*x^6*(1-x)^149 + 1130000385*x^7*(1-x)^203 ...
PROG
(PARI) {a(n)=polcoeff(1-sum(k=0, n-1, a(k)*x^k*(1-x+x*O(x^n))^(1+(k^2+12*k+41)*k/6)), n)}
CROSSREFS
Sequence in context: A361311 A007816 A365176 * A239766 A294047 A239768
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 27 2006
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 May 28 11:56 EDT 2024. Contains 372913 sequences. (Running on oeis4.)