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!)
A102862 Numbers of prime factors of the sum of the first n primes. 1
1, 1, 2, 1, 3, 1, 2, 2, 4, 2, 6, 1, 3, 1, 4, 2, 5, 2, 4, 3, 4, 2, 3, 3, 4, 4, 5, 2, 5, 4, 5, 2, 4, 2, 3, 2, 5, 2, 3, 5, 3, 3, 3, 2, 4, 2, 3, 2, 5, 3, 4, 6, 4, 2, 2, 3, 4, 2, 2, 1, 3, 3, 3, 1, 2, 2, 3, 3, 3, 3, 5, 2, 3, 4, 2, 3, 4, 3, 6, 4, 3, 2, 6, 4, 5, 3, 5, 4, 4, 3, 5, 2, 2, 2, 6, 1, 4, 3, 5, 1, 5, 1, 7, 2, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A001222(A007504(n)). - Amiram Eldar, Mar 09 2020
EXAMPLE
a(3) = 2 because 2+3+5 = 10 = 2*5.
a(5) = 3 because 2+3+5+7+11 = 28 = 2*2*7.
MATHEMATICA
PrimeOmega @ Accumulate @ Select[Range[230], PrimeQ] (* Amiram Eldar, Mar 09 2020 *)
PrimeOmega[Accumulate[Prime[Range[110]]]] (* Harvey P. Dale, Dec 22 2022 *)
PROG
(PARI) for(n=1, 105, print1(bigomega(sum(k=1, n, prime(k))), ", ")) \\ Rick L. Shepherd, May 17 2005
CROSSREFS
Sequence in context: A369323 A342655 A161901 * A029331 A037269 A124579
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Mar 01 2005
EXTENSIONS
More terms from Rick L. Shepherd, May 17 2005
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)