A034121 Fractional part of cube root of a(n) starts with digit 5.
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
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A034131.
Programs
-
Mathematica
Select[Range[800],NumberDigit[CubeRoot[#],-1]==5&] (* Harvey P. Dale, Sep 06 2024 *)