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!)
A177448 G.f.: Sum_{n>=0} a(n)*x^n/(1+x)^(2*n^2) = 1+x. 3
1, 1, 2, 13, 166, 3324, 92718, 3354712, 150206430, 8050991676, 504049958320, 36172232930282, 2931474921768206, 265078092222575572, 26480336590135734816, 2898139377307388441520, 345055687960080723910286 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = number of subpartitions of the partition [0,1,6,15,28,...,2(n-1)^2-(n-1)] for n>0 with a(0)=1. See A115728 for the definition of subpartitions.
EXAMPLE
1+x = 1 + 1*x/(1+x)^2 + 2*x^2/(1+x)^8 + 13*x^3/(1+x)^18 + 166*x^4/(1+x)^32 + 3324*x^5/(1+x)^50 + 92718*x^6/(1+x)^72 +...
PROG
(PARI) {a(n)=local(F=1/(1+x+x*O(x^n))); polcoeff(1+x-sum(k=0, n-1, a(k)*x^k*F^(2*k^2)), n)}
CROSSREFS
Sequence in context: A090643 A132521 A360601 * A258224 A351021 A078363
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 09 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)