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!)
A135671 a(n) = ceiling(n - n^(2/3)). 8
0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 7, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 22, 22, 23, 24, 25, 26, 26, 27, 28, 29, 30, 30, 31, 32, 33, 34, 34, 35, 36, 37, 38, 39, 39, 40, 41, 42, 43, 44, 44, 45, 46 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
Table[Ceiling[n - n^(2/3)], {n, 100}] (* Vincenzo Librandi, Feb 16 2013 *)
PROG
(Magma) [Ceiling(n - n^(2/3)): n in [1..100]]; // Vincenzo Librandi, Feb 16 2013
(PARI) a(n)=n-sqrtnint(n^2, 3) \\ Charles R Greathouse IV, Sep 02 2015
CROSSREFS
Sequence in context: A096386 A257063 A273663 * A079420 A076895 A282029
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Nov 25 2007
EXTENSIONS
Offset corrected by Mohammad K. Azarian, Nov 19 2008
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)