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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60, we have over 367,000 sequences, and we’ve crossed 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034124 Numbers whose fractional part of the cube root starts with digit 8. 2
6, 22, 23, 24, 55, 56, 57, 58, 59, 111, 112, 113, 114, 115, 116, 117, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1001 [offset adapted to 1 by Georg Fischer, Sep 03 2020]
MATHEMATICA
cr8Q[n_]:=Module[{rd=RealDigits[Surd[n, 3], 10, 10]}, First[Drop[ rd[[1]], rd[[2]]]] == 8]; Select[Range[500], cr8Q] (* Harvey P. Dale, Nov 27 2014 *)
CROSSREFS
Cf. A034134.
Sequence in context: A316775 A181593 A084539 * A055043 A044067 A106685
KEYWORD
nonn,easy,base
AUTHOR
Patrick De Geest, Sep 15 1998
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 December 2 09:50 EST 2023. Contains 367517 sequences. (Running on oeis4.)