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.

A175741 Integers n for which the period of the decimal expansion of 1/n is 100.

This page as a plain text file.
%I A175741 #10 Jan 14 2020 22:15:37
%S A175741 25351,50702,60101,76053,101404,120202,126755,152106,180303,202808,
%T A175741 228159,240404,253510,278861,300505,304212,360606,380265,405616,
%U A175741 456318,480808,507020,510151,540909,557722,601010,608424,633775,661111,721212,760530,811232,836583,888791,901515,912636,961616
%N A175741 Integers n for which the period of the decimal expansion of 1/n is 100.
%C A175741 Numbers such that A007732(n) = 100. - _Andrew Howroyd_, Jan 14 2020
%H A175741 Andrew Howroyd, <a href="/A175741/b175741.txt">Table of n, a(n) for n = 1..1000</a>
%t A175741 Transpose[Select[Table[{n,Length[RealDigits[1/n][[1,-1]]]},{n,500000}],#[[2]]==100&]][[1]]
%o A175741 (PARI) is(n)={my(t=n/(2^valuation(n,2)*5^valuation(n,5))); 100==znorder(Mod(10,t))}
%o A175741 {for(n=1, 10^6, if(is(n), print1(n, ", ")))} \\ _Andrew Howroyd_, Jan 14 2020
%Y A175741 Cf. A007732, A120100.
%K A175741 nonn,base
%O A175741 1,1
%A A175741 _Harvey P. Dale_, Dec 04 2010
%E A175741 Terms a(22) and beyond from _Andrew Howroyd_, Jan 14 2020