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!)
A135675 a(n) = ceiling(n^(4/3) - n). 4
0, 1, 2, 3, 4, 5, 7, 8, 10, 12, 14, 16, 18, 20, 22, 25, 27, 30, 32, 35, 37, 40, 43, 46, 49, 52, 54, 58, 61, 64, 67, 70, 73, 77, 80, 83, 87, 90, 94, 97, 101, 104, 108, 112, 116, 119, 123, 127, 131, 135, 139, 143, 147, 151, 155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Table[Ceiling[n^(4/3) - n], {n, 100}] (* Vincenzo Librandi, Feb 16 2013 *)
PROG
(Magma) [Ceiling(n^(4/3) - n): n in [1..100]]; // Vincenzo Librandi, Feb 16 2013
CROSSREFS
Sequence in context: A328283 A034156 A034157 * A034158 A034159 A034160
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Dec 01 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 August 13 11:52 EDT 2024. Contains 375138 sequences. (Running on oeis4.)