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!)
A110208 1 + sum of first n semiprimes. 2
1, 5, 11, 20, 30, 44, 59, 80, 102, 127, 153, 186, 220, 255, 293, 332, 378, 427, 478, 533, 590, 648, 710, 775, 844, 918, 995, 1077, 1162, 1248, 1335, 1426, 1519, 1613, 1708, 1814, 1925, 2040, 2158, 2277, 2398, 2520, 2643, 2772, 2905, 3039, 3180, 3322, 3465 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First differences are the sequence of semiprimes (A001358). Hence a(n) is the least positive sequence whose first differences are the sequence of semiprimes. Primes in this sequence include: a(1) = 5, a(2) = 11, a(6) = 59, a(9) = 127, a(14) = 293, a(33) = 1613. Semiprimes in this sequence include: a(17) = 427 = 7 * 61, a(18) = 478 = 2 * 239, a(19) = 533 = 13 * 41, a(26) = 995 = 5 * 199, a(27) = 1077 = 3 * 359, a(35) = 1814 = 2 * 907, a(42) = 2643 = 3 * 881, a(45) = 3039 = 3 * 1013.
LINKS
FORMULA
a(0) = 1; for n>0, a(n) = 1 + A062198(n).
MATHEMATICA
Accumulate[Join[{1}, Select[Range[200], PrimeOmega[#]==2&]]] (* Harvey P. Dale, Apr 29 2018 *)
CROSSREFS
Sequence in context: A304502 A190743 A331133 * A034308 A032527 A212978
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Sep 06 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 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)