A146099 Bell numbers (A000110) read mod 9.
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
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
- 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.
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1).
Programs
-
Magma
[Bell(n) mod 9: n in [0..100]]; // Vincenzo Librandi, Feb 01 2016
-
Mathematica
Mod[BellB[Range[0, 100]], 9] (* G. C. Greubel, Jan 31 2016 *)