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!)
A134914 a(n) = ceiling(n^(1/3)). 16
1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A134914:=n->ceil(n^(1/3)): seq(A134914(n), n=1..50); # Wesley Ivan Hurt, Jul 24 2014
MATHEMATICA
Table[Ceiling[n^(1/3)], {n, 80}] (* Vincenzo Librandi, Feb 18 2013 *)
PROG
(Magma) [Ceiling(n^(1/3)): n in [1..80]]; // Vincenzo Librandi, Feb 18 2013
(PARI) a(n)=ceil(n^(1/3)) \\ Felix Fröhlich, Jul 24 2014
CROSSREFS
Sequence in context: A082528 A055980 A076080 * A329195 A204164 A257639
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Nov 17 2007
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)