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!)
A180693 Smallest power of 13 that begins with n. 4
1, 2197, 371293, 4826809, 51185893014090757, 62748517, 7056410014866816666030739693, 815730721, 91733330193268616658399616009, 10604499373, 112455406951957393129, 12646218552730347184269489080961456410641, 13, 1461920290375446110677, 15502932802662396215269535105521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 13^A180694(n). - Michel Marcus, Jan 18 2016
MAPLE
count:= 1:
A[1]:= 1:
for n from 1 while count < 99 do
x:= 13^n;
m:= ilog10(x);
for d from 0 to 1 do
y:= floor(x/10^(m-d));
if not assigned(A[y]) then
count:= count+1;
A[y]:= x;
fi
od
od:
seq(A[i], i=1..99); # Robert Israel, Jan 17 2016
CROSSREFS
Sequence in context: A292714 A202459 A017535 * A013799 A013868 A044884
KEYWORD
base,nonn
AUTHOR
Daniel Mondot, Sep 18 2010
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 August 3 20:16 EDT 2024. Contains 374908 sequences. (Running on oeis4.)