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!)
A021907 Decimal expansion of 1/903. 0
0, 0, 1, 1, 0, 7, 4, 1, 9, 7, 1, 2, 0, 7, 0, 8, 7, 4, 8, 6, 1, 5, 7, 2, 5, 3, 5, 9, 9, 1, 1, 4, 0, 6, 4, 2, 3, 0, 3, 4, 3, 3, 0, 0, 1, 1, 0, 7, 4, 1, 9, 7, 1, 2, 0, 7, 0, 8, 7, 4, 8, 6, 1, 5, 7, 2, 5, 3, 5, 9, 9, 1, 1, 4, 0, 6, 4, 2, 3, 0, 3, 4, 3, 3, 0, 0, 1, 1, 0, 7, 4, 1, 9, 7, 1, 2, 0, 7, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
RealDigits[1/903, 10, 105, -1][[1]] (* Metin Sariyar, Sep 26 2019 *)
PROG
(Python)
b = 10
while 1:
n = int(b/903)
print(n)
b = (b%903)*10
# Payton A. Doud, Sep 25 2019
CROSSREFS
Sequence in context: A059630 A258330 A011407 * A168422 A187056 A103240
KEYWORD
nonn,cons
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)