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!)
A135663 a(n) = floor(sqrt(n) - n^(1/4)). 12
0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 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, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,16
LINKS
MATHEMATICA
Table[Floor[n^(1/2) - n^(1/4)], {n, 100}] (* Vincenzo Librandi, Feb 18 2013 *)
PROG
(Magma) [Floor(n^(1/2)-n^(1/4)): n in [1..100]]; // Vincenzo Librandi, Feb 18 2013
CROSSREFS
Sequence in context: A180258 A211663 A000195 * A090620 A151659 A057467
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Nov 25 2007
EXTENSIONS
More terms from N. J. A. Sloane, Aug 08 2008
Offset changed from 0 to 1 by Vincenzo Librandi, Feb 18 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 April 16 11:08 EDT 2024. Contains 371710 sequences. (Running on oeis4.)