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!)
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; text; internal format)
OFFSET
0,1
LINKS
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
Sequence in context: A268863 A199414 A156095 * A092164 A354336 A088545
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Mar 10 2002
EXTENSIONS
More terms from Sascha Kurz, 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 5 09:56 EDT 2024. Contains 373105 sequences. (Running on oeis4.)