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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068846 Smallest prime with same leading digits as 6^n. 2
11, 61, 367, 2161, 12967, 77761, 466561, 2799361, 16796161, 100776967, 604661767, 36279705641, 217678233631, 1306069401601, 7836416409623, 47018498457641, 282110990745637, 1692665944473601, 1015599566684161 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

a(3)=2161 because this is the smallest prime starting with 6^3=216.

MAPLE

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

CROSSREFS

Cf. A068847, A068848.

Sequence in context: A137410 A199414 A156095 * A092164 A088545 A020454

Adjacent sequences:  A068843 A068844 A068845 * A068847 A068848 A068849

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 14 13:08 EST 2012. Contains 205623 sequences.