cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A180693 Smallest power of 13 that begins with n.

Original entry on oeis.org

1, 2197, 371293, 4826809, 51185893014090757, 62748517, 7056410014866816666030739693, 815730721, 91733330193268616658399616009, 10604499373, 112455406951957393129, 12646218552730347184269489080961456410641, 13, 1461920290375446110677, 15502932802662396215269535105521
Offset: 1

Views

Author

Daniel Mondot, Sep 18 2010

Keywords

Crossrefs

Programs

  • 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

Formula

a(n) = 13^A180694(n). - Michel Marcus, Jan 18 2016

A180696 14^a(n) is smallest power of 14 beginning with n.

Original entry on oeis.org

0, 3, 4, 11, 5, 26, 6, 20, 34, 7, 14, 28, 35, 1, 15, 22, 29, 36, 2, 9, 16, 23, 71, 30, 37, 44, 3, 10, 58, 17, 65, 24, 31, 120, 38, 86, 45, 4, 52, 11, 59, 18, 107, 25, 114, 73, 32, 121, 80, 39, 87, 46, 5, 94, 53, 12, 101, 60, 19, 108, 67, 26, 115, 204, 74, 33, 122, 81, 170, 40
Offset: 1

Views

Author

Daniel Mondot, Sep 18 2010

Keywords

Crossrefs

A180697 Smallest power of 15 that begins with n.

Original entry on oeis.org

1, 225, 3375, 437893890380859375, 50625, 6568408355712890625, 759375, 8649755859375, 98526125335693359375, 10894361101313487863732444325959303199624628177843987941741943359375
Offset: 1

Views

Author

Daniel Mondot, Sep 18 2010

Keywords

Crossrefs

Showing 1-3 of 3 results.