A146101 Bell numbers (A000110) read mod 11.
1, 1, 2, 5, 4, 8, 5, 8, 4, 5, 2, 2, 3, 7, 9, 1, 2, 2, 1, 9, 7, 4, 5, 10, 5, 10, 3, 4, 3, 10, 5, 0, 9, 4, 4, 4, 2, 7, 7, 2, 4, 5, 9, 2, 8, 8, 6, 9, 3, 9, 6, 9, 3, 0, 10, 5, 3, 4, 1, 1, 4, 4, 1, 3, 10, 4, 8, 7, 5, 2, 5, 8, 5, 4, 2, 3, 1, 4, 1, 7, 7, 2, 2, 9, 6, 5, 4, 5, 5, 8, 3, 9, 4, 0, 4, 0, 9, 9, 10, 2, 0, 1, 2
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, order 28531167061.
Programs
-
Magma
[Bell(n) mod 11: n in [0..100]]; // Vincenzo Librandi, Feb 01 2016
-
Mathematica
Mod[BellB[Range[0, 100]], 11] (* G. C. Greubel, Jan 31 2016 *)
Comments