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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066811 Numbers n such that concatenation of odd numbers from 1 to n is a prime. 1
3, 19, 31, 67, 97, 5139 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..6.

EXAMPLE

E.g. a(2)=19 because 135791113151719 is a prime.

MATHEMATICA

p = ""; Do[p = p <> ToString[2*n+1]; If[PrimeQ[ToExpression[p]], Print[2*n+1]], {n, 0, 2569}] (Propper)

CROSSREFS

Cf. A005408, A000040.

Sequence in context: A218537 A222590 A107165 * A162307 A128069 A056246

Adjacent sequences:  A066808 A066809 A066810 * A066812 A066813 A066814

KEYWORD

base,nonn

AUTHOR

Patrick De Geest, Jan 20 2002

EXTENSIONS

5139 from Ryan Propper (rpropper(AT)stanford.edu), Aug 26 2005

STATUS

approved

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 May 20 13:49 EDT 2013. Contains 225461 sequences.