login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118782 Numbers n such that closest primes surrounding 10^n have the same last digit. 0
6, 9, 12, 19, 20, 23, 28, 31, 32, 33, 39, 59, 62, 66, 67, 75, 79, 80, 83, 84, 85, 91, 98, 99, 107, 108, 109, 117, 121, 144, 147, 149, 150, 153, 155, 156, 159, 160, 167, 169, 178, 179, 184, 186, 187, 191, 195, 208, 210, 212, 220, 222, 226, 227, 229, 231, 242, 246 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Do these numbers continue to infinity?

EXAMPLE

999983 and 1000003 are the closest primes surrounding 10^6. they both have the

same last digit so 6 is in the table.

PROG

(PARI) g(n) = for(j=1, n, x=precprime(10^j); y=nextprime(10^j); if(x%10==y%10, print1(j", ")))

CROSSREFS

Sequence in context: A114554 A023386 A036999 * A106218 A118521 A095213

Adjacent sequences:  A118779 A118780 A118781 * A118783 A118784 A118785

KEYWORD

easy,nonn,base,less

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 22 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:58 EST 2012. Contains 205685 sequences.