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!)
A285688 a(1) = 2; a(n + 1) = smallest prime > a(n) such that a(n + 1) - a(n) is the product of three primes. 6
2, 29, 37, 67, 79, 97, 109, 127, 139, 151, 163, 181, 193, 211, 223, 241, 269, 277, 307, 337, 349, 367, 379, 397, 409, 421, 433, 461, 479, 487, 499, 541, 569, 577, 607, 619, 631, 643, 661, 673, 691, 709, 727, 739, 751, 769, 787, 829, 857, 877, 907, 919, 937, 967, 997, 1009, 1021, 1033 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First differences: 27,8,30,12,18,12,18,12,12,12,18,12,18,12,18,28,8,30,30,12,18,12
LINKS
MATHEMATICA
NestList[Module[{p = NextPrime@ #}, While[PrimeOmega[p - #] != 3, p = NextPrime@ p]; p] &, 2, 57] (* Michael De Vlieger, Apr 25 2017 *)
CROSSREFS
Cf. A255609.
Sequence in context: A060503 A180231 A141172 * A139833 A260792 A059700
KEYWORD
nonn
AUTHOR
Zak Seidov, Apr 24 2017
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)