OFFSET
1,1
COMMENTS
This sequence is the 1000th row of triangle A277647. - Jason Kimberley, Nov 22 2016
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..10000
MATHEMATICA
Floor[1000/Sqrt[Range[60]]] (* Harvey P. Dale, Aug 09 2011 *)
PROG
(Magma) [Floor(1000/Sqrt(n)): n in [1..40]]; // Vincenzo Librandi, Aug 10 2011
(Magma) [Isqrt(10^6 div n):n in[1..40]]; // integer arithmetic - Jason Kimberley, Nov 12 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Erich Friedman
STATUS
approved