cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A146097 Bell numbers (A000110) read mod 7.

Original entry on oeis.org

1, 1, 2, 5, 1, 3, 0, 2, 3, 0, 6, 4, 3, 2, 5, 3, 6, 3, 0, 5, 0, 1, 2, 2, 3, 5, 5, 1, 3, 4, 5, 1, 3, 6, 4, 0, 2, 6, 4, 2, 3, 4, 2, 1, 3, 6, 5, 0, 6, 3, 4, 2, 4, 5, 6, 2, 0, 6, 6, 2, 4, 1, 2, 6, 5, 1, 6, 5, 3, 1, 4, 6, 0, 4, 1, 4, 5, 3, 6, 4, 5, 5, 2, 1, 2, 3, 2, 3, 0, 3, 3, 5, 5, 5, 3, 3, 6, 1, 3, 3, 1, 6, 2, 0, 4
Offset: 0

Views

Author

N. J. A. Sloane, Feb 07 2009

Keywords

Crossrefs

Cf. A000110, A146093-A146122 (Bell numbers read mod 3 to mod 32).
Cf. A054767 (periods).

Programs

  • Magma
    [Bell(n) mod 7: n in [0..100]]; // Vincenzo Librandi, Feb 01 2016
  • Maple
    seq(combinat:-bell(n) mod 7, n=0..100); # Robert Israel, Jan 31 2016
  • Mathematica
    Mod[BellB[Range[0, 100]], 7] (* G. C. Greubel, Jan 31 2016 *)

Formula

a(n+137257) = a(n). - G. C. Greubel, Jan 31 2016 [See A054767. - Jianing Song, Jun 20 2025]