A280727 Number of even divisors of Bell(n).
0, 0, 1, 0, 0, 4, 0, 0, 24, 0, 0, 8, 0, 0, 4, 0, 0, 20, 0, 0, 24, 0, 0, 8, 0, 0, 16, 0, 0, 32, 0, 0, 16, 0, 0, 48, 0, 0, 8, 0, 0, 32, 0, 0, 32, 0, 0, 64, 0, 0, 16, 0, 0, 32, 0, 0, 1152, 0, 0, 16, 0, 0, 4, 0, 0, 16, 0, 0, 16, 0, 0
Offset: 0
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 0..112
Programs
-
Mathematica
f[n_]:=Block[{d=Divisors[BellB[n]]}, Count[EvenQ[d], True]]; Table[f[n], {n, 0, 60}]
Extensions
Offset corrected by Amiram Eldar, Nov 23 2019