A146104 Bell numbers (A000110) read mod 14.
1, 1, 2, 5, 1, 10, 7, 9, 10, 7, 13, 4, 3, 9, 12, 3, 13, 10, 7, 5, 0, 1, 9, 2, 3, 5, 12, 1, 3, 4, 5, 1, 10, 13, 11, 0, 9, 13, 4, 9, 3, 4, 9, 1, 10, 13, 5, 0, 13, 3, 4, 9, 11, 12, 13, 9, 0, 13, 13, 2, 11, 1, 2, 13, 5, 8, 13, 5, 10, 1, 11, 6, 7, 11, 8, 11, 5, 10, 13, 11, 12, 5, 9, 8, 9, 3, 2, 3, 7, 10, 3
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 411771.
Programs
-
Magma
[Bell(n) mod 14: n in [0..100]]; // Vincenzo Librandi, Feb 02 2016
-
Mathematica
Mod[BellB[Range[0,100]],14] (* Harvey P. Dale, Sep 10 2012 *)