OFFSET
0,2
COMMENTS
Old name was: P(3*n + 1) where P(m) is the unrestricted partition of m and n = 1,2,3,... .
a(n) is also the number of partitions of 4n-2 that include n as a part; see Comment at A000041. - Clark Kimberling, Mar 03 2014
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
FORMULA
EXAMPLE
If n=25 then P(3*25 + 1) = 9289091.
MATHEMATICA
Table[PartitionsP[3 n + 1], {n, 0, 10}]
PROG
(PARI) a(n) = numbpart(3*n+1); \\ Michel Marcus, Mar 04 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Nov 01 2005
EXTENSIONS
Better name from Clark Kimberling, Mar 02 2014
STATUS
approved