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

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