|
Search: id:A054681
|
|
|
| A054681 |
|
Start of a run of consecutive primes of length n each ending with the same digit. |
|
+0 5
|
|
| 2, 139, 1627, 18839, 123229, 776257, 3873011, 23884639, 36539311, 196943081, 452942827, 73712513057, 154351758091, 154351758091, 4010803176619, 6987191424553
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
n consecutive primes differ by a multiple of 10 starting at a(n).
n consecutive primes that are congruent mod 10, i.e. they are not necessarily in arithmetic progression.
|
|
LINKS
|
J. K. Andersen, Consecutive Congruent Primes.
Mark Underwood's Problem posed on the "PrimeNumbers" yahoogroup
|
|
EXAMPLE
|
a(2)=139 because 139 and 149 are the first consecutive primes to share a terminal digit.
|
|
PROGRAM
|
(PARI) i=1; s=0; d=0; l=0; forprime(p=1, 500000, if(p%10==d, l++, if(l>=i, print(s); i++); s=p; d=p%10; l=1)) (Carmody)
|
|
CROSSREFS
|
Sequence in context: A157072 A051029 A084560 this_sequence A152509 A094482 A101232
Adjacent sequences: A054678 A054679 A054680 this_sequence A054682 A054683 A054684
|
|
KEYWORD
|
more,nonn,base
|
|
AUTHOR
|
Jeff Burch (gburch(AT)erols.com), Apr 18 2000
|
|
EXTENSIONS
|
More terms from Phil Carmody (pc+oeis(AT)asdf.org), Jun 27 2003
Further from Jens Kruse Andersen (jens.k.a(AT)get2net.dk), Jun 03 2006
|
|
|
Search completed in 0.002 seconds
|