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”).

A146119
Bell numbers (A000110) read mod 29.
7
1, 1, 2, 5, 15, 23, 0, 7, 22, 6, 4, 28, 13, 13, 7, 20, 28, 17, 16, 20, 20, 15, 5, 25, 7, 24, 11, 21, 18, 2, 3, 7, 20, 9, 23, 7, 0, 28, 10, 3, 12, 26, 20, 27, 19, 16, 4, 7, 11, 6, 20, 1, 3, 2, 6, 3, 10, 20, 5, 10, 27, 0, 3, 1, 7, 28, 9, 13, 15, 9, 17, 18, 17, 6, 20, 11, 18, 17, 26, 21, 4, 5
OFFSET
0,3
COMMENTS
Conjecture: a(n+91703076898614683377208150526107718802981) = a(n). - G. C. Greubel, Feb 02 2016
LINKS
W. F. Lunnon, P. A. B. Pleasants, and N. M. Stephens, Arithmetic properties of Bell numbers to a composite modulus I, Acta Arithmetica 35 (1979), pp. 1-16.
MATHEMATICA
Mod[BellB[Range[0, 100]], 29] (* G. C. Greubel, Feb 02 2016 *)
PROG
(Magma) [Bell(n) mod 29: n in [0..100]]; // G. C. Greubel, Feb 02 2016
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 07 2009
STATUS
approved