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!)
A033433 a(n) = floor(10000/sqrt(n)). 1
10000, 7071, 5773, 5000, 4472, 4082, 3779, 3535, 3333, 3162, 3015, 2886, 2773, 2672, 2581, 2500, 2425, 2357, 2294, 2236, 2182, 2132, 2085, 2041, 2000, 1961, 1924, 1889, 1856, 1825, 1796, 1767, 1740, 1714, 1690, 1666, 1643, 1622, 1601, 1581, 1561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First terms that are equal are a(310) = a(311) = 567. - Robert Israel, Mar 15 2018
LINKS
FORMULA
a(n) = 0 for n > 10^8. G.f. is a polynomial of degree 10^8. - Robert Israel, Mar 15 2018
MAPLE
seq(floor(10^4/sqrt(n)), n=1..100); # Robert Israel, Mar 15 2018
MATHEMATICA
Table[Floor[10000/Sqrt[n]], {n, 50}] (* Harvey P. Dale, Dec 20 2015 *)
Floor[10000/Sqrt[Range[60]]] (* Wesley Ivan Hurt, Apr 04 2023 *)
PROG
(Magma) [Floor(10000/Sqrt(n)): n in [1..60]]; // Wesley Ivan Hurt, Apr 04 2023
CROSSREFS
Sequence in context: A089521 A084474 A033422 * A096973 A153747 A033829
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Erich Friedman
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)