Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064968
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064968 1000000000n+1, 1000000000n+3, 1000000000n+7, 1000000000n+9 are all primes. +0
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; listen)
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] &]

PROGRAM

(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: A035919 A023045 A031815 this_sequence A145275 A064730 A081635

Adjacent sequences: A064965 A064966 A064967 this_sequence A064969 A064970 A064971

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research