A146114 Bell numbers (A000110) read mod 24.
1, 1, 2, 5, 15, 4, 11, 13, 12, 3, 7, 18, 13, 13, 10, 17, 11, 12, 7, 17, 4, 15, 3, 10, 9, 1, 10, 13, 23, 20, 3, 13, 20, 19, 15, 18, 13, 21, 10, 1, 19, 20, 23, 9, 4, 23, 19, 18, 9, 1, 18, 13, 7, 4, 11, 5, 12, 19, 23, 10, 21, 21, 10, 9, 19, 4, 7, 17, 20, 15, 19, 2, 1, 9, 18, 13, 15, 4, 19, 13
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 312.
Programs
-
Magma
[Bell(n) mod 24: n in [0..100]]; // G. C. Greubel, Feb 02 2016
-
Mathematica
Mod[BellB[Range[0, 100]], 24] (* G. C. Greubel, Feb 02 2016 *)