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.

A180726 20^a(n) is smallest power of 20 beginning with n.

Original entry on oeis.org

0, 1, 5, 2, 9, 6, 46, 3, 53, 10, 50, 7, 17, 47, 77, 4, 34, 54, 84, 1, 31, 51, 61, 81, 8, 18, 38, 48, 68, 78, 98, 5, 25, 35, 45, 55, 75, 85, 95, 2, 22, 32, 42, 145, 52, 62, 72, 82, 92, 102, 9, 19, 29, 39, 142, 49, 59, 162, 69, 79, 89, 192, 99, 6, 16, 119, 26, 36, 139, 46, 149, 56, 66
Offset: 1

Views

Author

Daniel Mondot, Sep 18 2010

Keywords

Crossrefs

A180705 Smallest power of 19 that begins with n.

Original entry on oeis.org

1, 2476099, 361, 47045881, 5480386857784802185939, 6859, 799006685782884121, 893871739, 93076495688256089536609610280499, 104127350297911241532841, 116490258898219, 12129821994589221844500501021364910179, 130321
Offset: 1

Views

Author

Daniel Mondot, Sep 18 2010

Keywords

Crossrefs

A180727 Smallest power of 21 that begins with n.

Original entry on oeis.org

1, 21, 37822859361, 441, 5842587018385982521381124421, 68122318582951682301, 794280046581, 85766121, 9261, 10523016528610349434285830688358359761, 1136272165922724266740722458520501, 122694327386105632949003612841
Offset: 1

Views

Author

Daniel Mondot (dmondot(AT)gmail.com), Sep 18 2010

Keywords

Crossrefs

Programs

  • Mathematica
    With[{s=21^Range[0,100]},Table[SelectFirst[s,Take[IntegerDigits[ #], IntegerLength[ n]] == IntegerDigits[ n]&],{n,30}]]//Quiet (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Mar 24 2020 *)
Showing 1-3 of 3 results.