The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A285694 a(1) = 2; a(n + 1) = smallest prime > a(n) such that a(n + 1) - a(n) is the product of 10 primes. 0
2, 59051, 62507, 64811, 66347, 67883, 71339, 73643, 81707, 83243, 87083, 89387, 91691, 95531, 99371, 100907, 104491, 110251, 115883, 119723, 121259, 126443, 127979, 136043, 139627, 141931, 143467, 145771, 148331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First differences: 59049, 3456, 2304, 1536, 1536, 3456, 2304, 8064, 1536, 3840, 2304, 2304, ...
LINKS
MATHEMATICA
NestList[Module[{p = NextPrime@ #}, While[PrimeOmega[p - #] != 10, p = NextPrime@ p]; p] &, 2, 28] (* Michael De Vlieger, Apr 25 2017 *)
CROSSREFS
Sequence in context: A321382 A153924 A059764 * A306907 A052427 A051833
KEYWORD
nonn
AUTHOR
Zak Seidov, Apr 25 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 June 3 20:36 EDT 2024. Contains 373088 sequences. (Running on oeis4.)