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.

A155730 Indices of Bell numbers that are divisible by 5.

Original entry on oeis.org

3, 4, 8, 10, 11, 15, 28, 35, 43, 45, 46, 50, 56, 57, 61, 64, 70, 72, 78, 81, 91, 107, 109, 119, 126, 128, 135, 141, 147, 149, 158, 170, 179, 181, 187, 193, 208, 210, 220, 221, 223, 225, 236, 245, 254, 257, 263, 264, 268, 275, 276, 280, 286, 288, 297, 298, 300
Offset: 1

Views

Author

David Pasino, Jan 25 2009

Keywords

Comments

First differences of terms of this sequence has a period of 156: a(156*m + n) - a(156*m + n -1) = a(156*s + n)- a(156*s + n - 1) for m and s >= 0. - Enrique Pérez Herrero, Oct 01 2013

Crossrefs

Programs

  • Mathematica
    Select[Range[300], Mod[BellB[#], 5] == 0 &] (* T. D. Noe, Oct 01 2013 *)