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