Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057618
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057618 Initial prime in first sequence of n primes congruent to 1 modulo 5. +0
3
11, 181, 4831, 22501, 216401, 2229971, 3873011, 36539311, 36539311, 196943081, 14293856441, 154351758091, 154351758091, 154351758091 (list; graph; listen)
OFFSET

1,1

REFERENCES

Carlos Rivera's The prime puzzles & problems connection, Puzzle 16 - Consecutive primes and ending digit

LINKS

J. K. Andersen, Consecutive Congruent Primes.

EXAMPLE

a(6) = 2229971 because this number is the first in a sequence of 6 consecutive primes all of the form 5n + 1.

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 ] != {1}, k = NextPrime[ k ]; a = Take[ AppendTo[ a, Mod[ k, 5 ] ], -n ] ]; p = NestList[ PrevPrime, k, n ]; Print[ p[ [ -2 ] ] ]; p = p[ [ -1 ] ], {n, 1, 10} ]

CROSSREFS

Cf. A054681.

Sequence in context: A143413 A009118 A112943 this_sequence A068648 A034787 A001408

Adjacent sequences: A057615 A057616 A057617 this_sequence A057619 A057620 A057621

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Jens Kruse Andersen (jens.k.a(AT)get2net.dk), Jun 03 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 December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research