OFFSET
0,1
COMMENTS
It is known that a(n) is divisible by 7 (see A071746).
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..1000
Ho-Hon Leung, Another Identity for Complete Bell Polynomials based on Ramanujan's Congruences, arXiv:1802.08443 [math.CO], 2018.
Ho-Hon Leung, Another Identity for Complete Bell Polynomials based on Ramanujan's Congruences, J. Integer Seq. 21 (2018), Article 18.6.4.
Lasse Winquist, An elementary proof of p(11m+6) == 0 (mod 11), J. Combinatorial Theory 6(1) (1969), 56-59. MR0236136 (38 #4434). - From N. J. A. Sloane, Jun 07 2012
FORMULA
a(n) = 7 * A071746(n). - Joerg Arndt, Nov 06 2016
MATHEMATICA
Table[PartitionsP[7 n + 5], {n, 0, 29}] (* Jean-François Alcover, Nov 12 2018 *)
PROG
(PARI) a(n) = numbpart(7*n+5); \\ Michel Marcus, Jan 07 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 07 2012
STATUS
approved