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!)
A034127 Decimal part of cube root of a(n) starts with 1: first term of runs. 1
10, 30, 69, 133, 227, 358, 532, 754, 1031, 1368, 1772, 2249, 2804, 3443, 4174, 5001, 5930, 6968, 8121, 9394, 10794, 12327, 13998, 15814, 17780, 19903, 22189, 24643, 27271, 30081, 33077, 36265, 39652, 43244, 47046, 51065, 55307, 59777, 64482, 69427, 74619, 80063 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Python)
def a(n): q, r = divmod((10*n + 11)**3, 1000); return q + int(r != 0)
print([a(n) for n in range(1, 43)]) # Michael S. Branicky, Oct 30 2021
CROSSREFS
Cf. A034117.
Sequence in context: A124080 A345285 A344333 * A229466 A269261 A328259
KEYWORD
nonn,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 May 8 09:02 EDT 2024. Contains 372332 sequences. (Running on oeis4.)