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!)
A002599 A generalized partition function.
(Formerly M4106 N1703)
1
1, 6, 15, 19, 24, 42, 73, 127, 208, 337, 528, 827, 1263, 1902, 2819, 4133, 5986, 8578, 12146, 17057, 23711, 32708, 44726, 60713, 81800, 109468, 145526, 192288, 252521, 329792, 428316, 553478, 711596, 910563, 1159790, 1470798, 1857286, 2335838 (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(5, t)), x, 1+max(5, t)), x, max(5, 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[5, t]], {x, 0, Max[5, t]}]; Table[a[n], {n, 1, 40}] (* Jean-François Alcover, Mar 13 2014, after Alois P. Heinz *)
CROSSREFS
Sequence in context: A362141 A044058 A105139 * A001484 A217480 A335417
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 August 20 22:38 EDT 2024. Contains 375340 sequences. (Running on oeis4.)