A155730 Indices of Bell numbers that are divisible by 5.
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
Keywords
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..9990 (terms 1..1000 from Enrique Pérez Herrero).
- J. Levine and R. E. Dalton, Minimum Periods, Modulo p, of First Order Bell Exponential Integrals, Mathematics of Computation, 16 (1962), 416-423.
- Samuel S. Wagstaff Jr., Aurifeuillian factorizations and the period of the Bell numbers modulo a prime, Math. Comp. 65 (1996), 383-391.
- Eric Weisstein's World of Mathematics, Bell Number
Programs
-
Mathematica
Select[Range[300], Mod[BellB[#], 5] == 0 &] (* T. D. Noe, Oct 01 2013 *)
Comments