login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
1,1
COMMENTS
Do these numbers continue to infinity?
LINKS
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: A023386 A036999 A290130 * A246356 A335065 A315960
KEYWORD
easy,nonn,base,less
AUTHOR
Cino Hilliard, May 22 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)