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!)
A182279 Numbers n such that 30n+{11, 13, 17, 19, 23} are 5 consecutive primes. 5
0, 3, 49, 535, 647, 700, 742, 1459, 1844, 4805, 5523, 5561, 6524, 6727, 7511, 8253, 8960, 10871, 11599, 12040, 13258, 15505, 17293, 17881, 21115, 21126, 22036, 25606, 26526, 27657, 28598, 29200, 31951, 33628, 34083, 35465, 35623, 36375, 39084, 39119, 40362 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms are congruent to {0, 3} mod 7.
LINKS
EXAMPLE
a(3) = 49 = A014561(5), a(4) = 535 = A014561(15).
PROG
(PARI) isok(n) = isprime(p=30*n+11) && ((q=nextprime(p+1))==(30*n+13)) && ((r=nextprime(q+1))==(30*n+17)) && ((s=nextprime(r+1))==(30*n+19)) && ((t=nextprime(s+1))==(30*n+23)); \\ Michel Marcus, Oct 19 2013
CROSSREFS
Subsequence of A014561.
Cf. A182282.
Sequence in context: A067788 A167601 A061185 * A203760 A208935 A355882
KEYWORD
nonn
AUTHOR
Zak Seidov, Apr 23 2012
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 May 28 15:12 EDT 2024. Contains 372916 sequences. (Running on oeis4.)