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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083576 Least n-digit prime star number. 0
13, 181, 1093, 10333, 100621, 1040833, 10085473, 100000837, 1000705861, 10003758337, 100012479337, 1000001026513, 10000000794181, 100000078156441, 1000000776555301, 10000014919168441, 100000008716411701 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

a(1)=0 since there is not a 1-digit prime star number.

PROG

(PARI) star(n) = 6*n*(n-1)+1; L(n)=length(Str(n)); { stl(m)=print1(0", "); k=1; for(n=2, m, while(!isprime(star(k)) || L(star(k))!=n, k++); print1(star(k)", ")) }

CROSSREFS

Cf. A003154.

Sequence in context: A127390 A142646 A201607 * A189432 A122571 A001570

Adjacent sequences:  A083573 A083574 A083575 * A083577 A083578 A083579

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jun 13 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Nov 23 2004

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 14 10:24 EST 2012. Contains 205614 sequences.