Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064489
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064489 Let p = prime(n); a(n) = smallest m such that prime(m) has p digits. +0
3
5, 26, 1230, 78499, 455052512, 37607912019, 279238341033926, 24739954287740861, 201467286689315906291 (list; graph; listen)
OFFSET

1,1

EXAMPLE

n=5; prime(5)=11 and 11 is the first prime with a prime number of decimal digits.

PROGRAM

(PARI) l(n)=ln=0; while(n, n=floor(n/10); ln++); return(ln); a=0; for(n=1, 10^6, x=l(prime(n)); if(isprime(x), b=x; if(b>a, a=b; print(n))))

CROSSREFS

Cf. A064490.

a(n) = 1 + A006880(A000040(n-1)).

Adjacent sequences: A064486 A064487 A064488 this_sequence A064490 A064491 A064492

Sequence in context: A015490 A118366 A132509 this_sequence A081089 A118391 A097088

KEYWORD

base,easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 04 2001

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Jul 22 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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research