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!)
A175852 a(n) = the highest power of 5 with n decimal digits. 1
5, 25, 625, 3125, 78125, 390625, 9765625, 48828125, 244140625, 6103515625, 30517578125, 762939453125, 3814697265625, 95367431640625, 476837158203125, 2384185791015625, 59604644775390625, 298023223876953125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = 5^d(n), with
d(n) = {1, 2, 4, 5, 7, 8, 10, 11, 12, 14, 15, 17, 18, 20, 21, 22, 24, 25, 27, 28}.
If we redefine the sequence as a(n) = the highest power of 5 less than 10^n, then keyword "base" may be omitted.
d(n) = A066344(n). - Zak Seidov, Oct 01 2010
LINKS
MATHEMATICA
d[n_]=Floor@Log[5, 10^n]; a[n_]=5^d[n]
CROSSREFS
Sequence in context: A101392 A078260 A007185 * A030995 A067270 A215118
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Sep 29 2010
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 July 8 17:09 EDT 2024. Contains 374170 sequences. (Running on oeis4.)