login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A105267
a(n) = the number of divisors of 33...31, with n 3s.
2
1, 2, 2, 2, 2, 2, 2, 2, 4, 4, 4, 8, 8, 16, 4, 4, 8, 2, 8, 24, 8, 4, 16, 8, 8, 4, 16, 8, 8, 6, 8, 16, 64, 4, 4, 8, 8, 16, 16, 2, 8, 8, 64, 64, 8, 4, 8, 32, 8, 2, 8, 8, 16, 64, 8, 8, 32, 8, 32, 2, 8, 64, 32, 16, 8, 32, 8, 8, 32, 16, 64, 64, 8, 64, 4, 4, 16, 2
OFFSET
0,2
COMMENTS
The first seven 33...31 numbers are prime, so those terms are 2. - Don Reble, Oct 26 2006
LINKS
FORMULA
a(n) = A000005(A033175(n)). - Amiram Eldar, May 13 2020
MATHEMATICA
a[n_] := DivisorSigma[0, (10^(n + 1) - 7)/3]; Array[a, 30, 0] (* Amiram Eldar, May 13 2020 *)
PROG
(PARI) a(n) = numdiv((10^(n + 1) - 7)/3); \\ Michel Marcus, May 13 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Apr 29 2005
EXTENSIONS
More terms from Don Reble, Oct 26 2006
STATUS
approved