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!)
A002601 A generalized partition function.
(Formerly M4694 N2004)
2
1, 10, 34, 58, 73, 79, 86, 152, 265, 457, 763, 1268, 2058, 3308, 5236, 8220, 12731, 19546, 29685, 44702, 66714, 98806, 145154, 211756, 306667, 441249, 630771, 896344, 1266146, 1778692, 2485086, 3454206, 4777165, 6575350, 9008159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Hansraj Gupta, A generalization of the partition function. Proc. Nat. Inst. Sci. India 17 (1951), 231-238.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Hansraj Gupta, A generalization of the partition function, Proc. Nat. Inst. Sci. India 17 (1951), 231-238. [Annotated scanned copy]
MAPLE
J:= m-> product((1-x^j)^(-j), j=1..m): a:= t-> coeff(series(J(min(7, t)), x, 1+max(7, t)), x, max(7, t)): seq(a(n), n=1..40); # Alois P. Heinz, Jul 20 2009
MATHEMATICA
J[m_] := Product [(1-x^j)^-j, {j, 1, m}]; a[t_] := SeriesCoefficient[J[Min[7, t]], {x, 0, Max[7, t]}]; Table[a[n], {n, 1, 40}] (* Jean-François Alcover, Mar 17 2014, after Alois P. Heinz *)
CROSSREFS
Sequence in context: A195900 A322412 A247129 * A020495 A155486 A225276
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Alois P. Heinz, Jul 20 2009
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)