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!)
A303274 Decimal expansion of 1200/3937. 1
3, 0, 4, 8, 0, 0, 6, 0, 9, 6, 0, 1, 2, 1, 9, 2, 0, 2, 4, 3, 8, 4, 0, 4, 8, 7, 6, 8, 0, 9, 7, 5, 3, 6, 1, 9, 5, 0, 7, 2, 3, 9, 0, 1, 4, 4, 7, 8, 0, 2, 8, 9, 5, 6, 0, 5, 7, 9, 1, 2, 1, 1, 5, 8, 2, 4, 2, 3, 1, 6, 4, 8, 4, 6, 3, 2, 9, 6, 9, 2, 6, 5, 9, 3, 8, 5, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The value of 1 US survey foot converted to meters.
LINKS
EXAMPLE
0.30480060960121920243840487680975361951...
MATHEMATICA
RealDigits[1200/3937, 10, 100][[1]] (* Altug Alkan, Apr 20 2018 *)
PROG
(PARI) x=1200/3937; for(n=1, 100, d=floor(x); x=(x-d)*10; n>1 && print1(d, ", "))
CROSSREFS
Cf. A224234.
Sequence in context: A356581 A367480 A320373 * A199608 A128178 A255504
KEYWORD
nonn,cons
AUTHOR
Felix Fröhlich, Apr 20 2018
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 March 29 08:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)