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!)
A033426 a(n) = floor(10^6/n). 12
1000000, 500000, 333333, 250000, 200000, 166666, 142857, 125000, 111111, 100000, 90909, 83333, 76923, 71428, 66666, 62500, 58823, 55555, 52631, 50000, 47619, 45454, 43478, 41666, 40000, 38461, 37037, 35714, 34482, 33333, 32258 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Floor[10^6/n], {n, 40}] (* Harvey P. Dale, Mar 01 2023 *)
PROG
(Magma) [Floor(10^6/n): n in [1..50]]; // Wesley Ivan Hurt, Apr 04 2023
(PARI) a(n) = 10^6\n; \\ Seiichi Manyama, Aug 13 2023
CROSSREFS
Sequence in context: A216276 A252903 A289140 * A277400 A017178 A017274
KEYWORD
easy,nonn
AUTHOR
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 April 27 09:38 EDT 2024. Contains 372017 sequences. (Running on oeis4.)