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 A060251 #10 Dec 15 2017 17:34:55 %S A060251 0,6,0,571428,45,461538,4117647058823529,421052631578947368, %T A060251 3913043478260869565217,3448275862068965517241379310,354838709677419, %U A060251 324,31707,325581395348837209302,3191489361702127659574468085106382978723404255 %N A060251 a(n) = periodic part of decimal expansion of n/n-th prime (leading 0's moved to end). %e A060251 a(4) = 4/7=.571428571428... so a(4)= 571428. %o A060251 (Lisp, MacGambit): (quotient (* n (expt 10 75)) pn) %Y A060251 Cf. A060282, A060283, A036275. %K A060251 nonn,easy,base %O A060251 1,2 %A A060251 _Jason Earls_, Mar 21 2001 %E A060251 More terms from _Klaus Brockhaus_, Mar 31 2001 %E A060251 Description clarified by _Ray Chandler_, Jun 27 2017