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!)
A073428 First n-digit prime in "the sequence of odd integers": 135791113151719212325272931333537394143454749... 1
3, 13, 911, 5791, 79111, 105107, 1232527, 23252729, 113151719, 2527293133, 57911131517, 991011031051, 6769717375777, 13579111315171, 135791113151719, 4547495153555759, 31517192123252729, 719212325272931333, 1131517192123252729, 71921232527293133353 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Leading zeros are forbidden (cf. A073176).
LINKS
MATHEMATICA
ndpQ[n_] := First[n] != 0 && PrimeQ[FromDigits[n]]; With[{od=Flatten[ IntegerDigits/@ Range[1, 501, 2]]}, Table[ FromDigits/@ Select[Partition[ od, n, 1], ndpQ, 1], {n, 20}]]//Flatten (* Harvey P. Dale, Feb 12 2013 *)
CROSSREFS
Sequence in context: A368297 A065831 A092540 * A118628 A112513 A006715
KEYWORD
easy,nonn,base
AUTHOR
Zak Seidov, Aug 22 2002
EXTENSIONS
Corrected and extended by Harvey P. Dale, Feb 12 2013
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 March 29 11:14 EDT 2024. Contains 371278 sequences. (Running on oeis4.)