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!)
A221140 Second-order spt function. 7
0, 1, 5, 15, 35, 75, 140, 259, 435, 735, 1155, 1841, 2765, 4200, 6125, 8975, 12731, 18179, 25235, 35180, 48055, 65681, 88299, 118895, 157690, 209230, 274510, 359779, 466970, 605740, 778860, 1000462, 1276044, 1624845, 2056355, 2598855, 3265851, 4097763, 5117350 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Jean-François Alcover, Table of n, a(n) for n = 1..60
F. G. Garvan, Higher-order spt functions, preprint.
F. G. Garvan, Higher-order spt functions, arXiv:1008.1207 [math.NT], 2010.
F. G. Garvan, Higher-order spt functions, Adv. Math. 228 (2011), no. 1, 241-265.
MATHEMATICA
om[2, p_List] := Module[{pu, m, f}, pu = Union[p]; m = Length[pu]; f[j_] := Count[p, pu[[j]]]; Binomial[f[1] + 1, 3] + f[1] Sum[Binomial[f[j] + 1, 2], {j, 2, m}]];
spt[2, n_] := Sum[om[2, p], {p, IntegerPartitions[n]}];
Table[spt[2, n], {n, 1, 29}] (* Jean-François Alcover, Mar 30 2020 *)
CROSSREFS
Sequence in context: A368475 A261441 A213580 * A330911 A322048 A143695
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 02 2013
EXTENSIONS
More terms from Jean-François Alcover, Mar 30 2020
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 21:13 EDT 2024. Contains 372920 sequences. (Running on oeis4.)