The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A068848 Smallest prime with same leading digits as 8^n. 1
11, 83, 641, 51203, 40961, 327689, 2621447, 20971529, 167772161, 1342177283, 10737418247, 85899345923, 687194767367, 54975581388811, 43980465111043, 3518437208883211, 28147497671065609, 22517998136852483 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
a(3)=51203 because this is the smallest prime starting with 8^3=512.
MAPLE
for i from 1 to 40 do a := nextprime(8^i*10); b := 1; while(a-8^i*10^b>=10^b) do b := b+1; a := nextprime(8^i*10^b); end do; c[i] := a; end do:q := seq(c[i], i=1..40);
CROSSREFS
Sequence in context: A294831 A055369 A016282 * A167577 A129077 A152582
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Mar 10 2002
EXTENSIONS
More terms from Sascha Kurz and Benoit Cloitre, Mar 17 2002
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 June 12 18:11 EDT 2024. Contains 373359 sequences. (Running on oeis4.)