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!)
A334167 a(n) is the number of divisors of n^n-1. 4
2, 4, 8, 12, 16, 16, 96, 128, 48, 16, 256, 48, 32, 128, 128, 40, 512, 12, 2048, 768, 256, 64, 6144, 4096, 768, 512, 4096, 768, 24576, 16, 6144, 768, 8192, 1024, 262144, 1152, 256, 1024, 49152, 256, 65536, 64, 24576, 196608, 384, 32, 393216, 327680, 12288, 24576 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
25 values of the first 40 are powers of 2.
LINKS
FORMULA
a(n) = A000005(A048861(n)).
MATHEMATICA
a[n_] := DivisorSigma[0, n^n - 1]; a /@ Range[2, 45] (* Giovanni Resta, Apr 17 2020 *)
PROG
(PARI) a(n) = numdiv(n^n-1); \\ Michel Marcus, Apr 17 2020
CROSSREFS
Sequence in context: A350616 A282667 A124395 * A024908 A358308 A325326
KEYWORD
nonn
AUTHOR
Todor Szimeonov, Apr 17 2020
EXTENSIONS
More terms from Giovanni Resta, Apr 17 2020
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)