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.
%I A303274 #7 May 26 2018 22:09:14 %S A303274 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, %T A303274 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, %U A303274 1,6,4,8,4,6,3,2,9,6,9,2,6,5,9,3,8,5,3 %N A303274 Decimal expansion of 1200/3937. %C A303274 The value of 1 US survey foot converted to meters. %H A303274 Wikipedia, <a href="https://en.wikipedia.org/wiki/Foot_(unit)#US_survey_foot">Foot (unit) - US survey foot</a> %e A303274 0.30480060960121920243840487680975361951... %t A303274 RealDigits[1200/3937, 10, 100][[1]] (* _Altug Alkan_, Apr 20 2018 *) %o A303274 (PARI) x=1200/3937; for(n=1, 100, d=floor(x); x=(x-d)*10; n>1 && print1(d, ", ")) %Y A303274 Cf. A224234. %K A303274 nonn,cons %O A303274 0,1 %A A303274 _Felix Fröhlich_, Apr 20 2018