The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A358947 A046663 A166594 * A280263 A008838 A248783
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Apr 29 2005
EXTENSIONS
More terms from Don Reble, Oct 26 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 03:50 EDT 2024. Contains 372497 sequences. (Running on oeis4.)