A280728 Number of even divisors of Lucas(n).
1, 0, 0, 2, 0, 0, 3, 0, 0, 4, 0, 0, 4, 0, 0, 8, 0, 0, 8, 0, 0, 8, 0, 0, 4, 0, 0, 8, 0, 0, 12, 0, 0, 8, 0, 0, 8, 0, 0, 16, 0, 0, 24, 0, 0, 64, 0, 0, 8, 0, 0, 16, 0, 0, 20, 0, 0, 16, 0, 0, 32, 0, 0, 64, 0, 0, 24, 0, 0, 32, 0, 0, 8, 0, 0, 128, 0, 0, 12, 0, 0
Offset: 0
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
a[n_]:=Block[{d=Divisors[LucasL[n]]}, Count[EvenQ[d], True]]; Table[a[n], {n, 0, 80}]
Extensions
Offset corrected by Amiram Eldar, Sep 03 2019