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!)
A033427 a(n) = floor(10^5/n). 5

%I #17 Aug 13 2023 08:48:06

%S 100000,50000,33333,25000,20000,16666,14285,12500,11111,10000,9090,

%T 8333,7692,7142,6666,6250,5882,5555,5263,5000,4761,4545,4347,4166,

%U 4000,3846,3703,3571,3448,3333,3225,3125,3030,2941,2857,2777,2702,2631

%N a(n) = floor(10^5/n).

%H Seiichi Manyama, <a href="/A033427/b033427.txt">Table of n, a(n) for n = 1..10000</a>

%t Floor[10^5/Range[40]] (* _Harvey P. Dale_, Apr 29 2013 *)

%o (Magma) [Floor(10^5/n): n in [1..60]]; // _Wesley Ivan Hurt_, Apr 04 2023

%o (PARI) a(n) = 10^5\n; \\ _Seiichi Manyama_, Aug 13 2023

%Y Cf. A033420, A033421, A033422, A033423, A033424, A033425, A033426, A057072.

%K easy,nonn

%O 1,1

%A _Jeff Burch_

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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)