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

A146099
Bell numbers (A000110) read mod 9.
7
1, 1, 2, 5, 6, 7, 5, 4, 0, 6, 1, 6, 4, 1, 7, 5, 5, 0, 4, 5, 1, 6, 6, 1, 6, 4, 1, 1, 5, 2, 6, 4, 5, 4, 6, 3, 1, 6, 1, 1, 1, 2, 5, 6, 7, 5, 4, 0, 6, 1, 6, 4, 1, 7, 5, 5, 0, 4, 5, 1, 6, 6, 1, 6, 4, 1, 1, 5, 2, 6, 4, 5, 4, 6, 3, 1, 6, 1, 1, 1, 2, 5, 6, 7, 5, 4, 0, 6, 1, 6, 4, 1, 7, 5, 5, 0, 4, 5, 1, 6, 6, 1, 6, 4, 1
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+39) = a(n). - G. C. Greubel, Jan 31 2016
MATHEMATICA
Mod[BellB[Range[0, 100]], 9] (* G. C. Greubel, Jan 31 2016 *)
PROG
(Magma) [Bell(n) mod 9: n in [0..100]]; // Vincenzo Librandi, Feb 01 2016
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 07 2009
STATUS
approved