login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034120 Fractional part of cube root of a(n) starts with digit 4. 2
3, 14, 15, 40, 41, 42, 86, 87, 88, 89, 90, 91, 158, 159, 160, 161, 162, 163, 164, 165, 166, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 593, 594, 595, 596, 597 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[600], NumberDigit[CubeRoot[#], -1]==4&] (* Harvey P. Dale, Sep 18 2023 *)
PROG
(PARI) isok(n) = my(f = floor(10*frac(sqrtn(n, 3)))); (f > 0) && digits(f)[1] == 4; \\ Michel Marcus, Feb 15 2017
CROSSREFS
Cf. A034130.
Sequence in context: A178363 A294997 A354740 * A303222 A037244 A016062
KEYWORD
nonn,easy,base
AUTHOR
Patrick De Geest, Sep 15 1998
EXTENSIONS
Offset corrected by Matthew House, Feb 14 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 14:23 EDT 2024. Contains 371960 sequences. (Running on oeis4.)