A325935 Numbers k such that A000587(k) is divisible by k.
1, 2, 45, 350, 530, 737, 1586, 5085, 38465
Offset: 1
Examples
45 is in the sequence because A000587(45) = 45 * 831419830862098870594545609440899.
Programs
-
Mathematica
Select[Range[1000], Divisible[Abs[BellB[#, -1]], #] &]
Comments