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!)
A023508 Sum of exponents in prime-power factorization of n-th prime - 1. 5
0, 1, 2, 2, 2, 3, 4, 3, 2, 3, 3, 4, 4, 3, 2, 3, 2, 4, 3, 3, 5, 3, 2, 4, 6, 4, 3, 2, 5, 5, 4, 3, 4, 3, 3, 4, 4, 5, 2, 3, 2, 5, 3, 7, 4, 4, 4, 3, 2, 4, 4, 3, 6, 4, 8, 2, 3, 5, 4, 5, 3, 3, 4, 3, 5, 3, 4, 6, 2, 4, 6, 2, 3, 4, 5, 2, 3, 5, 6, 5, 3, 5, 3, 7, 3, 3, 7, 5, 4, 4, 2, 2, 6, 4, 3, 2, 3, 5, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A001222(A006093(n)). - R. J. Mathar, Feb 06 2019
MATHEMATICA
Array[Plus@@Last/@FactorInteger[Prime[ # ]-1]&, 6! ] (* Vladimir Joseph Stephan Orlovsky, Feb 28 2010 *)
PrimeOmega[Prime[Range[100]] - 1] (* Amiram Eldar, Apr 16 2024 *)
PROG
(PARI) a(n) = bigomega(prime(n)-1); \\ Amiram Eldar, Apr 16 2024
CROSSREFS
Sequence in context: A308253 A286614 A359481 * A151553 A151714 A039644
KEYWORD
nonn,easy,changed
AUTHOR
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.)