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!)
A135673 Ceiling(n + n^(2/3)). 6
2, 4, 6, 7, 8, 10, 11, 12, 14, 15, 16, 18, 19, 20, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35, 36, 38, 39, 40, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 82, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(6) = 10; ceiling(6 + 6^(2/3)) = ceiling(9.30192...) = 10.
MAPLE
A135673:=n->ceil(n + n^(2/3)); seq(A135673(k), k=1..100); # Wesley Ivan Hurt, Nov 01 2013
MATHEMATICA
Table[Ceiling[n+n^(2/3)], {n, 60}] (* Harvey P. Dale, Nov 17 2012 *)
PROG
(Magma) [Ceiling(n + n^(2/3)): n in [1..100]]; // Vincenzo Librandi, Feb 16 2013
CROSSREFS
Sequence in context: A288258 A075313 A183858 * A285667 A187568 A187228
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Nov 25 2007
EXTENSIONS
More terms from Wesley Ivan Hurt, Nov 01 2013
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 September 8 21:41 EDT 2024. Contains 375759 sequences. (Running on oeis4.)