Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057644
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057644 Initial prime in first sequence of n primes congruent to 1 modulo 9. +0
1
19, 523, 15823, 655453, 19256491, 24084793, 303392377, 3408167431, 17875882441, 179445819277, 1563518842687 (list; graph; listen)
OFFSET

1,1

LINKS

J. K. Andersen, Consecutive Congruent Primes.

EXAMPLE

a(3) = 15823 because this number is the first in a sequence of 3 consecutive primes all of the form 9n + 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, 9 ] ], -n ] ]; p = NestList[ PrevPrime, k, n ]; Print[ p[ [ -2 ] ] ]; p = p[ [ -1 ] ], {n, 1, 7} ] a(8) > 1655036000.

CROSSREFS

Sequence in context: A159248 A158583 A009081 this_sequence A027406 A053116 A158211

Adjacent sequences: A057641 A057642 A057643 this_sequence A057645 A057646 A057647

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 December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research