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!)
A100420 Numbers n such that 30*n+{1,7,11,17,19,23,29} are all prime. 2
22621, 103205, 149125, 237794, 288467, 321451, 364921, 373370, 404002, 851099, 985933, 1106235, 1594044, 1696874, 1780265, 1824421, 1851756, 2249881, 3112939, 3257538, 3397608, 3601651, 3747356, 4347340, 4710990, 4886284 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Values are 4 mod 7.
In each case, the 7 primes are necessarily consecutive. See the comment in A100418. - Peter Munn, Sep 06 2023
LINKS
MATHEMATICA
Select[Range[5000000], And@@PrimeQ[30 #+{1, 7, 11, 17, 19, 23, 29}]&] (* Harvey P. Dale, Mar 06 2011 *)
PROG
(Magma) [ n: n in [4..70000000 by 7] | forall{ q: q in [1, 7, 11, 17, 19, 23, 29] | IsPrime(30*n+q) } ]; // Klaus Brockhaus, Feb 24 2011
CROSSREFS
Sequence in context: A153770 A235067 A233856 * A271444 A335397 A251789
KEYWORD
easy,nonn
AUTHOR
Ferenc Adorjan (fadorjan(AT)freemail.hu), Nov 19 2004
EXTENSIONS
Edited by Don Reble, Nov 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 May 13 00:07 EDT 2024. Contains 372497 sequences. (Running on oeis4.)