login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A072867
A Ramanujan congruence modulo 11^2 related to partition numbers: a(n) = p(121*n-5)/121 where p(k) is the k-th partition number.
1
9825688, 690587635751, 3895157555937180, 5870824778815109405, 3785163537257390979782, 1331088890498177501120122, 295175742637140311468159615, 45387116230097904962420628542, 5170069264521752014176860572055, 457880645545087313878878724639982
OFFSET
1,1
FORMULA
a(n) = A000041(121*n - 5)/121.
PROG
(PARI) a(n) = {numbpart(121*n-5)/121} \\ Andrew Howroyd, Apr 20 2021
CROSSREFS
Cf. A000041.
Sequence in context: A234057 A214014 A339478 * A034606 A233839 A059044
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jul 27 2002
EXTENSIONS
Terms a(9) and beyond from Andrew Howroyd, Apr 20 2021
STATUS
approved