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.

A180695 Smallest power of 14 that begins with n.

Original entry on oeis.org

1, 2744, 38416, 4049565169664, 537824, 629983141281877223603213172736, 7529536, 83668255425284801560576, 929722225368296217729286886758826377216, 105413504, 11112006825558016
Offset: 1

Views

Author

Daniel Mondot, Sep 18 2010

Keywords

Crossrefs

Programs

  • Mathematica
    With[{p14=14^Range[40]},Join[{1},Table[SelectFirst[p14,IntegerDigits[n]==Take[ IntegerDigits[#],IntegerLength[ n]]&],{n,2,20}]]] (* Harvey P. Dale, Aug 10 2024 *)