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.

A034121 Fractional part of cube root of a(n) starts with digit 5.

Original entry on oeis.org

4, 16, 17, 43, 44, 45, 46, 92, 93, 94, 95, 96, 97, 167, 168, 169, 170, 171, 172, 173, 174, 175, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 615, 616, 617
Offset: 1

Views

Author

Patrick De Geest, Sep 15 1998

Keywords

Crossrefs

Cf. A034131.

Programs

  • Mathematica
    Select[Range[800],NumberDigit[CubeRoot[#],-1]==5&] (* Harvey P. Dale, Sep 06 2024 *)