cp's OEIS Frontend

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.

A236799 Decimal expansion of 1/9998.

This page as a plain text file.
%I A236799 #24 May 19 2025 09:43:33
%S A236799 0,0,0,1,0,0,0,2,0,0,0,4,0,0,0,8,0,0,1,6,0,0,3,2,0,0,6,4,0,1,2,8,0,2,
%T A236799 5,6,0,5,1,2,1,0,2,4,2,0,4,8,4,0,9,6,8,1,9,3,6,3,8,7,2,7,7,4,5,5,4,9,
%U A236799 1,0,9,8,2,1,9,6,4,3,9,2,8,7,8,5,7,5,7,1,5,1,4,3,0,2,8,6,0,5,7,2,1,1,4,4,2
%N A236799 Decimal expansion of 1/9998.
%C A236799 Generalization
%C A236799   1/8 = Sum_{i >= 0} 2^i/10^(i+1),
%C A236799   1/98 = Sum_{i >= 0} 2^i/100^(i+1), (A021102),
%C A236799   1/998 = Sum_{i >= 0} 2^i/1000^(i+1), (A022002),
%C A236799   1/9998 = Sum_{i >= 0} 2^i/10000^(i+1), (this sequence).
%C A236799 A "curiosity": the first 13 groups of digits in groups of 4 give the successive powers of 2:
%C A236799   0, 0, 0, 1,
%C A236799   0, 0, 0, 2,
%C A236799   0, 0, 0, 4,
%C A236799   0, 0, 0, 8,
%C A236799   0, 0, 1, 6,
%C A236799   0, 0, 3, 2,
%C A236799   0, 0, 6, 4,
%C A236799   0, 1, 2, 8,
%C A236799   0, 2, 5, 6,
%C A236799   0, 5, 1, 2,
%C A236799   1, 0, 2, 4,
%C A236799   2, 0, 4, 8,
%C A236799   4, 0, 9, 6, <-- the last explicit power of 2
%C A236799   8, 1, 9, 3,
%C A236799   6, 3, 8, 7,
%C A236799   etc.
%H A236799 Jean-François Alcover, <a href="/A236799/b236799.txt">Table of n, a(n) for n = 0..359</a>
%e A236799 0.0001000200040008001600320064012802560512102420484096819363872774554910982...
%t A236799 Join[{0, 0, 0}, RealDigits[1/9998, 10, 102] // First]
%o A236799 (PARI) 1/9998. \\ _Charles R Greathouse IV_, Feb 26 2014
%Y A236799 Cf. A021102, A022002.
%K A236799 nonn,cons,easy
%O A236799 0,8
%A A236799 _Jean-François Alcover_, Jan 31 2014