A146105 Bell numbers (A000110) read mod 15.
1, 1, 2, 5, 0, 7, 8, 7, 0, 12, 10, 0, 7, 7, 7, 5, 2, 9, 4, 2, 7, 6, 3, 1, 9, 13, 4, 4, 5, 2, 12, 13, 14, 7, 9, 0, 7, 6, 1, 4, 7, 8, 2, 0, 1, 5, 10, 12, 6, 1, 0, 7, 13, 7, 11, 2, 0, 10, 8, 13, 12, 0, 13, 6, 10, 7, 13, 14, 11, 12, 10, 2, 10, 3, 12, 7, 12, 13, 10, 4, 14, 5, 3, 4, 8, 4, 3, 12, 7, 12, 7, 10
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 10153.
Programs
-
Magma
[Bell(n) mod 15: n in [0..100]]; // Vincenzo Librandi, Feb 02 2016
-
Mathematica
Mod[BellB[Range[0, 100]], 15] (* G. C. Greubel, Feb 01 2016 *)