A061462 The exact power of 2 that divides the n-th Bell number (A000110). Has period 12.
1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2
Offset: 0
Links
- Amiram Eldar, Table of n, a(n) for n = 0..10000
- W. F. Lunnon et al., Arithmetic properties of Bell numbers to a composite modulus I, Acta Arith., 35 (1979), 1-16.
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,0,0,0,1).
Crossrefs
Cf. A000110.
Programs
-
Mathematica
PadRight[{},120,{1,1,2,1,1,4,1,1,4,1,1,2}] (* Harvey P. Dale, Sep 24 2017 *)
-
PARI
a(n)=[1, 1, 2, 1, 1, 4, 1, 1, 4, 1, 1, 2][n%12+1] \\ Charles R Greathouse IV, Jul 13 2016
Comments