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!)
A366612 Number of divisors of 5^n-1. 10
3, 8, 6, 20, 12, 48, 6, 48, 24, 64, 6, 240, 6, 64, 96, 224, 12, 512, 24, 640, 48, 128, 12, 1152, 192, 64, 384, 320, 24, 6144, 12, 1024, 48, 128, 384, 10240, 24, 512, 48, 6144, 12, 18432, 12, 1280, 3072, 128, 6, 10752, 12, 4096, 192, 960, 24, 81920, 576, 1536 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = sigma0(5^n-1) = A000005(A024049(n)).
EXAMPLE
a(3)=6 because 5^3-1 has divisors {1, 2, 4, 31, 62, 124}.
MAPLE
a:=n->numtheory[tau](5^n-1):
seq(a(n), n=1..100);
MATHEMATICA
DivisorSigma[0, 5^Range[100]-1]
PROG
(PARI) a(n) = numdiv(5^n-1);
CROSSREFS
Sequence in context: A164654 A225267 A320541 * A072396 A001175 A093725
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Oct 14 2023
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 3 13:12 EDT 2024. Contains 372212 sequences. (Running on oeis4.)