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!)
A344897 a(n) is the number of divisors of 10^n + 1. 13
2, 2, 2, 8, 4, 4, 4, 4, 4, 32, 8, 24, 8, 8, 16, 128, 32, 16, 8, 4, 16, 192, 16, 32, 8, 32, 8, 128, 16, 8, 128, 4, 16, 384, 16, 32, 64, 16, 8, 768, 16, 8, 128, 16, 16, 4096, 16, 16, 512, 16, 128, 256, 16, 4, 64, 768, 32, 64, 32, 16, 64, 8, 8, 3072, 8, 64, 256, 4, 16, 1024, 2048, 8, 32, 16, 128, 2048, 64, 3072, 128, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) is even because 10^n + 1 is not a square number.
LINKS
FORMULA
a(n) = A000005(A000533(n)).
MATHEMATICA
a[0] = 2; a[n_] := DivisorSigma[0, 10^n + 1]; Array[a, 60, 0] (* Amiram Eldar, Jun 01 2021 *)
PROG
(PARI) a(n) = numdiv(10^n+1);
CROSSREFS
Sequence in context: A278245 A321026 A240284 * A011202 A085484 A326480
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 01 2021
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 August 24 17:07 EDT 2024. Contains 375417 sequences. (Running on oeis4.)