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!)
A057067 a(n) = floor(5^5/n). 2
3125, 1562, 1041, 781, 625, 520, 446, 390, 347, 312, 284, 260, 240, 223, 208, 195, 183, 173, 164, 156, 148, 142, 135, 130, 125, 120, 115, 111, 107, 104, 100, 97, 94, 91, 89, 86, 84, 82, 80, 78, 76, 74, 72, 71, 69, 67, 66, 65, 63, 62, 61, 60, 58, 57, 56, 55, 54 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = 1 for 1563 <= n <= 3125, and is 0 for values of n >= 5^5 = 3126.
LINKS
FORMULA
a(n) = floor(5^5/n).
MAPLE
A057067:=n->floor(5^5/n); seq(A057067(n), n=1..100); # Wesley Ivan Hurt, Nov 27 2013
MATHEMATICA
Table[Floor[5^5/n], {n, 100}] (* Wesley Ivan Hurt, Nov 27 2013 *)
PROG
(PARI) n->5^5\n \\ - M. F. Hasler, Nov 30 2013
CROSSREFS
Sequence in context: A251061 A213193 A102709 * A223184 A084649 A169754
KEYWORD
nonn
AUTHOR
Henry Bottomley, Jul 31 2000
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)