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

A146110
Bell numbers (A000110) read mod 20.
7
1, 1, 2, 5, 15, 12, 3, 17, 0, 7, 15, 10, 17, 17, 2, 5, 7, 4, 19, 17, 12, 11, 3, 6, 9, 13, 14, 9, 15, 12, 7, 13, 4, 7, 19, 10, 17, 1, 6, 9, 7, 8, 7, 5, 16, 15, 15, 2, 1, 1, 10, 17, 3, 12, 11, 17, 0, 15, 3, 18, 17, 5, 18, 1, 15, 12, 3, 9, 16, 7, 15, 2, 5, 13, 2, 17, 7, 8, 15, 9, 4, 15, 3, 14, 13, 9, 18
OFFSET
0,3
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.
FORMULA
a(n+9372) = a(n). - G. C. Greubel, Feb 01 2016
MATHEMATICA
Mod[BellB[Range[0, 90]], 20] (* Harvey P. Dale, May 12 2012 *)
PROG
(Magma) [Bell(n) mod 20: n in [0..100]]; // Vincenzo Librandi, Feb 02 2016
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 07 2009
STATUS
approved