Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057645
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057645 Initial prime in first sequence of n primes congruent to 2 modulo 9. +0
1
2, 5483, 25373, 182243, 5379113, 5379113, 1734847733, 12196390601, 17619405959, 213529133423, 2732797330031 (list; graph; listen)
OFFSET

1,1

LINKS

J. K. Andersen, Consecutive Congruent Primes.

EXAMPLE

a(2) = 5483 because this number is the first in a sequence of 2 consecutive primes all of the form 9n + 2.

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 ] != {2}, k = NextPrime[ k ]; a = Take[ AppendTo[ a, Mod[ k, 9 ] ], -n ] ]; p = NestList[ PrevPrime, k, n ]; Print[ p[ [ -2 ] ] ]; p = p[ [ -1 ] ], {n, 1, 6} ] a(7) > 331804250.

CROSSREFS

Sequence in context: A067668 A078933 A064029 this_sequence A129060 A099690 A107021

Adjacent sequences: A057642 A057643 A057644 this_sequence A057646 A057647 A057648

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Jens Kruse Andersen (jens.k.a(AT)get2net.dk), May 31 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 November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research