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 A134727 #6 Dec 31 2022 11:03:32 %S A134727 1,0,0,1,0,1,1,1,2,2,3,4,5,7,9,1,2,1,6,2,1,2,8,3,7,4,9,6,5,8,6,1,1,4, %T A134727 1,5,1,2,0,0,2,6,5,3,5,1,4,6,5,6,1,6,8,1,6,1,0,8,1,1,4,3,2,1,8,9,7,2, %U A134727 5,1,3,3,3,2,9,4,4,1,0,5,8,4,2,7,7,3,9,1,0,2,5,2 %N A134727 Successive digits of members of the Padovan sequence A000931(n). %H A134727 Harvey P. Dale, <a href="/A134727/b134727.txt">Table of n, a(n) for n = 1..10000</a> %t A134727 Flatten[IntegerDigits/@ LinearRecurrence[{0,1,1},{1,0,0},50]] (* _Harvey P. Dale_, Dec 31 2022 *) %Y A134727 Cf. A000931. %K A134727 easy,nonn,base %O A134727 1,9 %A A134727 _Omar E. Pol_, Nov 10 2007