|
Search: id:A032352
|
|
|
| A032352 |
|
Numbers n such that there is no prime between 10*n and 10*n+9. |
|
+0 5
|
|
| 20, 32, 51, 53, 62, 84, 89, 107, 113, 114, 126, 133, 134, 135, 141, 146, 150, 164, 167, 168, 171, 176, 179, 185, 189, 192, 196, 204, 207, 210, 218, 219, 232, 236, 240, 248, 249, 251, 256, 258, 282, 294, 298, 305, 309, 314, 315, 317, 323, 324, 326, 328
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Numbers n with property that appending any single decimal digit to n does not produce a prime.
A007920(n*10) > 10.
|
|
EXAMPLE
|
m=32: 321=3*107, 323=17*19, 325=5*5*13, 327=3*109, 329=7*47, therefore 32 is a term.
|
|
MAPLE
|
a:=proc(n) if map(isprime, {seq(10*n+j, j=1..9)})={false} then n else fi end: seq(a(n), n=1..350); (Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 01 2005)
|
|
MATHEMATICA
|
f[n_] := PrimePi[10n + 10] - PrimePi[10n]; Select[ Range[342], f[ # ] == 0 &] (from Robert G. Wilson v Sep 24 2004)
|
|
CROSSREFS
|
Sequence in context: A077343 A116131 A075035 this_sequence A124665 A134989 A119873
Adjacent sequences: A032349 A032350 A032351 this_sequence A032353 A032354 A032355
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jeff Burch (jmburch(AT)osprey.smcm.edu)
|
|
EXTENSIONS
|
More terms from Miklos Kristof (kristmikl(AT)freemail.hu), Aug 27 2002
|
|
|
Search completed in 0.002 seconds
|