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!)
A178489 a(n) = floor(n^(1/6)): integer part of sixth root of n. 5
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,65
LINKS
FORMULA
G.f.: Sum_{k>=1} x^(k^6)/(1 - x). - Ilya Gutkovskiy, Dec 22 2016
MATHEMATICA
Floor[Power[Range[0, 110], (6)^-1]] (* Harvey P. Dale, Jul 18 2011 *)
PROG
(PARI) A178489(n)=floor(sqrtn(n+.5, 6))
(PARI) a(n) = sqrtnint(n, 6); \\ Michel Marcus, Dec 22 2016
CROSSREFS
Sequence in context: A044928 A362114 A274070 * A044929 A000520 A044930
KEYWORD
easy,nonn
AUTHOR
M. F. Hasler, Oct 09 2010
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)