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

%I #17 Sep 26 2019 09:34:35

%S 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,

%T 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,

%U 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

%N Decimal expansion of 1/903.

%t RealDigits[1/903, 10, 105, -1][[1]] (* _Metin Sariyar_, Sep 26 2019 *)

%o (Python)

%o b = 10

%o while 1:

%o n = int(b/903)

%o print(n)

%o b = (b%903)*10

%o # _Payton A. Doud_, Sep 25 2019

%Y Cf. A021905, A021911.

%K nonn,cons

%O 0,6

%A _N. J. A. Sloane_.

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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)