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!)
A062767 Numbers k such that 3k+1, 3k+5 and 3k+7 are all prime. 1
2, 4, 12, 22, 32, 34, 64, 74, 92, 102, 152, 204, 274, 284, 292, 362, 432, 474, 482, 494, 554, 564, 594, 622, 624, 664, 694, 712, 792, 894, 902, 932, 1054, 1084, 1152, 1154, 1282, 1384, 1504, 1594, 1742, 1804, 1812, 1882, 1884, 1912, 2182, 2274, 2402, 2584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) j=[]; for(n=1, 10000, if(isprime(3*n+1) && isprime(3*n+5) && isprime(3*n+7), j=concat(j, n))); j
CROSSREFS
Sequence in context: A099603 A319615 A343865 * A173650 A303030 A291404
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 17 2001
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 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)