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

A146120
Bell numbers (A000110) read mod 30.
6
1, 1, 2, 5, 15, 22, 23, 7, 0, 27, 25, 0, 7, 7, 22, 5, 17, 24, 19, 17, 22, 21, 3, 16, 9, 13, 4, 19, 5, 2, 27, 13, 14, 7, 9, 0, 7, 21, 16, 19, 7, 8, 17, 15, 16, 5, 25, 12, 21, 1, 0, 7, 13, 22, 11, 17, 0, 25, 23, 28, 27, 15, 28, 21, 25, 22, 13, 29, 26, 27, 25, 2, 25, 3, 12, 7, 27, 28, 25, 19, 14
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+30459) = a(n). - G. C. Greubel, Feb 02 2016
MATHEMATICA
Mod[BellB[Range[0, 100]], 30] (* G. C. Greubel, Feb 02 2016 *)
PROG
(Magma) [Bell(n) mod 30: n in [0..100]]; // G. C. Greubel, Feb 02 2016
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 07 2009
STATUS
approved