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 A037543 #18 Dec 14 2023 05:52:06 %S A037543 1,12,121,1211,12112,121121,1211211,12112112,121121121,1211211211, %T A037543 12112112112,121121121121,1211211211211,12112112112112, %U A037543 121121121121121,1211211211211211 %N A037543 Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 1,2,1. %H A037543 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (10,0,1,-10). %F A037543 G.f.: x*(1+x)^2 / ( (x-1)*(10*x-1)*(1+x+x^2) ). - _R. J. Mathar_, Aug 12 2013 %o A037543 (PARI) Vec(x*(1+x)^2/((x-1)*(10*x-1)*(1+x+x^2)) + O(x^25)) \\ _Jinyuan Wang_, Apr 14 2020 %K A037543 nonn,base,easy %O A037543 1,2 %A A037543 _Clark Kimberling_