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