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!)
A177449 G.f.: Sum_{n>=0} a(n)*x^n/(1+x)^(3*n^2) = 1+x. 3
1, 1, 3, 30, 586, 17865, 756285, 41440056, 2805638310, 227131872654, 21459076173105, 2322336372705030, 283667666439112350, 38643426990067599005, 5813534115429573742587, 957883907138024944675200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = number of subpartitions of the partition [0,2,10,24,44,...,3(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)^3 + 3*x^2/(1+x)^12 + 30*x^3/(1+x)^27 + 586*x^4/(1+x)^48 + 17865*x^5/(1+x)^75 + 756285*x^6/(1+x)^108 +...
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^(3*k^2)), n)}
CROSSREFS
Sequence in context: A365653 A301663 A319940 * A184900 A274797 A092677
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 23 02:14 EDT 2024. Contains 371906 sequences. (Running on oeis4.)