A323606 Decimal expansion of 25146/15625.
1, 6, 0, 9, 3, 4, 4
Offset: 1
Examples
1.609344.
Links
- Wikipedia, Mile - International mile
Programs
-
PARI
my(x=25146/15625, d=0); for(n=1, 7, d=floor(x); x=(x-d)*10; print1(d, ", "))
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
1.609344.
my(x=25146/15625, d=0); for(n=1, 7, d=floor(x); x=(x-d)*10; print1(d, ", "))
Comments