A135663 a(n) = floor(sqrt(n) - n^(1/4)).
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
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[Floor(n^(1/2)-n^(1/4)): n in [1..100]]; // Vincenzo Librandi, Feb 18 2013
-
Mathematica
Table[Floor[n^(1/2) - n^(1/4)], {n, 100}] (* Vincenzo Librandi, Feb 18 2013 *)
Extensions
More terms from N. J. A. Sloane, Aug 08 2008
Offset changed from 0 to 1 by Vincenzo Librandi, Feb 18 2013
Comments