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!)
A309941 Number of prime factors of n^n - 1, counted with multiplicity. 3
1, 2, 3, 4, 4, 4, 7, 8, 6, 4, 8, 6, 5, 7, 7, 7, 10, 4, 11, 10, 8, 6, 13, 13, 11, 9, 13, 10, 15, 4, 13, 12, 13, 10, 18, 11, 8, 10, 16, 9, 16, 6, 15, 18, 9, 5, 19, 20, 14, 15, 17, 8, 16, 12, 18, 10, 10, 5, 26, 8, 10, 14, 20, 19, 17, 9, 17, 12, 19, 7, 29, 15, 8, 11, 20, 13, 21, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
factordb, Factors of n^n-1.
EXAMPLE
a(3) = 2: 3^3 - 1 = 26 = 2 * 13,
a(5) = 4: 5^5 - 1 = 3124 = 2^2 * 11 * 71.
PROG
(PARI) for(k=2, 50, print1(bigomega(k^k-1), ", "))
CROSSREFS
Sequence in context: A057951 A076410 A361164 * A352457 A211509 A305594
KEYWORD
nonn,hard
AUTHOR
Hugo Pfoertner, Aug 24 2019
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)