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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119289 Prime numbers p such that there is no prime between 10*p and 10*p+9 inclusive. 1
53, 89, 107, 113, 167, 179, 251, 317, 347, 389, 397, 419, 431, 443, 457, 461, 521, 599, 641, 643, 653, 709, 727, 761, 773, 797, 839, 863, 887, 907, 911, 977, 991, 1087, 1091, 1103, 1153, 1187, 1213, 1217, 1229, 1231, 1259, 1277, 1283, 1301, 1307, 1319, 1327 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Prime numbers p with property that appending any single decimal digit to p does not produce a prime. Prime members of A032352.

MAPLE

a:=proc(n) if isprime(n) = true and isprime(10*n+1)=false and isprime(10*n+3)=false and isprime(10*n+5)=false and isprime(10*n+7)=false and isprime(10*n+9)=false then n else fi end: seq(a(n), n=1..1500); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 24 2006

MATHEMATICA

Select[Prime[Range[1000]], PrimePi[10# + 9] - PrimePi[10# ] == 0 &] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jul 24 2006

CROSSREFS

Sequence in context: A001836 A144939 A118149 * A124282 A137869 A096697

Adjacent sequences:  A119286 A119287 A119288 * A119290 A119291 A119292

KEYWORD

base,nonn

AUTHOR

Tanya Khovanova (tanyakh(AT)yahoo.com), Jul 23 2006

EXTENSIONS

More terms sent by several contributors, Jul 23 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 13 09:48 EST 2012. Contains 205451 sequences.