Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070278
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070278 Smallest prime > 2n+1 beginning and ending with 2n+1, or 0 if no such prime exists. +0
1
11, 313, 0, 727, 919, 11311, 13313, 0, 17117, 19219, 21121, 23623, 0, 27127, 29129, 31231, 33533, 0, 37337, 39139, 41141, 43543, 0, 47147, 49549, 51151, 53353, 0, 57457, 59159, 61261, 63463, 0, 67567, 692269, 71171, 73673, 0, 77377, 79279 (list; graph; listen)
OFFSET

0,1

COMMENT

No such prime exists if n is even or divisible by 5. It is not until n = 69 that it necessary to insert more than one digit. The next few examples are 99, 101, 103, 123, 157, 181 & 199.

MATHEMATICA

f[n_] := Block[{a = IntegerDigits[n]}, If[ Mod[n, 5] == 0, Return[0], If[ p = FromDigits[ Join[a, a]]; PrimeQ[p], Return[p], k = 0; While[p = FromDigits[ Join[a, IntegerDigits[k], a]]; !PrimeQ[p], k++ ]]; p]]; Table[ f[n], {n, 1, 89, 2}]

CROSSREFS

Sequence in context: A001280 A100445 A060495 this_sequence A090272 A090271 A106827

Adjacent sequences: A070275 A070276 A070277 this_sequence A070279 A070280 A070281

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 07 2002

EXTENSIONS

Edited by njas, Vladeta Jovovic (vladeta(AT)Eunet.yu) and Robert G. Wilson v (rgwv(AT)rgwv.com), May 09 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research