A051464 Number of divisors of 4*(2^n-1) + 1.
2, 2, 2, 2, 4, 4, 2, 2, 4, 2, 4, 2, 4, 6, 4, 4, 16, 2, 4, 2, 4, 2, 4, 8, 12, 8, 2, 4, 8, 4, 4, 4, 4, 4, 4, 8, 8, 4, 8, 16, 8, 4, 8, 8, 6, 16, 8, 8, 8, 16, 8, 4, 32, 32, 8, 4, 8, 4, 4, 8, 16, 8, 8, 16, 48, 16, 16, 8, 4, 16, 4, 16, 16, 8, 8, 8, 16, 16, 8, 16, 32
Offset: 1
Keywords
Links
- Sean A. Irvine, Table of n, a(n) for n = 1..591
Programs
-
Mathematica
Array[DivisorSigma[0, 4*(2^# - 1) + 1] &, 81] (* Michael De Vlieger, Sep 15 2021 *)
-
PARI
a(n) = numdiv(4*(2^n-1) + 1); \\ Michel Marcus, Sep 16 2021
Formula
a(n) = tau(4*(2^n -1)+1), where d(n) = A000005(n).
Extensions
a(81) corrected by Sean A. Irvine, Sep 15 2021
Comments