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

A146117
Bell numbers (A000110) read mod 27.
9
1, 1, 2, 5, 15, 25, 14, 13, 9, 6, 10, 6, 4, 1, 7, 23, 23, 0, 22, 5, 1, 15, 6, 1, 15, 13, 19, 10, 23, 2, 24, 13, 5, 4, 6, 21, 10, 24, 10, 19, 10, 20, 14, 24, 7, 23, 22, 0, 6, 1, 6, 22, 19, 7, 5, 23, 18, 13, 14, 1, 15, 24, 19, 15, 22, 10, 1, 23, 20, 24, 13, 14, 22, 15, 3, 1, 24, 10, 10, 19, 11
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+117) = a(n). - G. C. Greubel, Feb 02 2016
MATHEMATICA
Mod[BellB[Range[0, 80]], 27] (* Harvey P. Dale, Dec 17 2011 *)
PROG
(Magma) [Bell(n) mod 27: n in [0..100]]; // G. C. Greubel, Feb 02 2016
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 07 2009
STATUS
approved