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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068847 Smallest prime with same leading digits as 7^n. 2
11, 71, 491, 3433, 24019, 168071, 11764967, 8235431, 576480103, 403536071, 2824752493, 19773267431, 1384128720101, 9688901040727, 6782230728491, 474756150994337, 3323293056960127, 23263051398720713, 162841359791044903 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

a(3)=3433 because this is the smallest prime starting with 7^3=343.

MAPLE

for i from 0 to 30 do a := nextprime(7^i*10); b := 1; while(a-7^i*10^b>=10^b) do b := b+1; a := nextprime(7^i*10^b); end do; c[i] := a; end do:q := seq(c[i], i=0..30);

CROSSREFS

Cf. A068846.

Sequence in context: A164559 A123362 A199488 * A139185 A103998 A160587

Adjacent sequences:  A068844 A068845 A068846 * A068848 A068849 A068850

KEYWORD

nonn,base

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 10 2002

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Mar 17 2002

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 15 12:25 EST 2012. Contains 205786 sequences.