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