login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
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