Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057632
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057632 Initial prime in first sequence of n primes congruent to 3 modulo 8. +0
1
3, 491, 2243, 42299, 274123, 4310083, 4310083, 9065867, 547580443, 1885434347, 8674616939, 11312238283, 19201563659, 619849118491, 4056100954547 (list; graph; listen)
OFFSET

1,1

LINKS

J. K. Andersen, Consecutive Congruent Primes.

EXAMPLE

a(3) = 2243 because this number is the first in a sequence of 3 consecutive primes all of the form 8n + 3.

MATHEMATICA

NextPrime[ n_Integer ] := Module[ {k = n + 1}, While[ ! PrimeQ[ k ], k++ ]; Return[ k ] ]; PrevPrime[ n_Integer ] := Module[ {k = n - 1}, While[ ! PrimeQ[ k ], k-- ]; Return[ k ] ]; p = 0; Do[ a = Table[ -1, {n} ]; k = Max[ 1, p ]; While[ Union[ a ] != {3}, k = NextPrime[ k ]; a = Take[ AppendTo[ a, Mod[ k, 8 ] ], -n ] ]; p = NestList[ PrevPrime, k, n ]; Print[ p[ [ -2 ] ] ]; p = p[ [ -1 ] ], {n, 1, 9} ] a(9) > 305256000.

CROSSREFS

Adjacent sequences: A057629 A057630 A057631 this_sequence A057633 A057634 A057635

Sequence in context: A140015 A045616 A142801 this_sequence A024045 A003392 A133026

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 10 2000

EXTENSIONS

More terms from Jens Kruse Andersen (jens.k.a(AT)get2net.dk), May 28 2006

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 October 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research