A327771 a(n) = p(49*n + 47)/49, where p(k) denotes the k-th partition number (i.e., A000041).
2546, 2410496, 508344041, 48286178405, 2734250190712, 106823899382728, 3143746885297470, 73830872731991927, 1440681502991063990, 24058683492974200054, 351628923073820626951, 4577202012225445531319, 53811955397591074514675, 577896157936323089053580
Offset: 0
Keywords
Links
- G. N. Watson, Ramanujans Vermutung über Zerfällungsanzahlen, J. Reine Angew. Math. (Crelle), 179 (1938), 97-128; see p. 120.
- Eric Weisstein's World of Mathematics, Partition Function P Congruences.
- Wikipedia, G. N. Watson.
Crossrefs
Programs
-
Mathematica
Table[PartitionsP[49n+47]/49,{n, 0, 13}] (* Metin Sariyar, Sep 25 2019 *)
-
PARI
a(n) = numbpart(49*n + 47)/49; \\ Michel Marcus, Sep 25 2019
Formula
a(n) = A000041(49*n + 47)/49.
Comments