login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064968 1000000000n+1, 1000000000n+3, 1000000000n+7, 1000000000n+9 are all primes. 1
14965, 16813, 20767, 23083, 34270, 40198, 93238, 112096, 189802, 192484, 251248, 333946, 334969, 363514, 374107, 375127, 376765, 383473, 405046, 419458, 462928, 498139, 649948, 703246, 704374, 732463, 767101, 781885, 806467, 812902, 842428 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

MATHEMATICA

Select[Range[10^6], PrimeQ[10^9# + 1] && PrimeQ[10^9# + 3] && PrimeQ[10^9# + 7] && PrimeQ[10^9# + 9] &]

PROG

(PARI) { n=0; for (m=1, 10^9, b=10^9*m; if(isprime(b + 1) && isprime(b + 3) && isprime(b + 7) && isprime(b + 9), write("b064968.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 01 2009]

CROSSREFS

Cf. A007811 and A064687.

Sequence in context: A185486 A031815 A203404 * A178929 A145275 A064730

Adjacent sequences:  A064965 A064966 A064967 * A064969 A064970 A064971

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 29 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:58 EST 2012. Contains 205685 sequences.