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 A096486 #21 Oct 01 2021 10:24:47 %S A096486 8,170,2242,2132,1294,976846,216566,9904144,25617930,408928520, %T A096486 25346031262,137031675878,89950978114 %N A096486 Period length of continued fraction for square root of A095372(n)=1+90*(-1+100^n)/99. %p A096486 with(numtheory): [seq(nops(cfrac((1+90*(-1+100^k)/99)^(1/2), 'periodic', 'quotients')[2]), k=2..10)]; %t A096486 Do[Print[Length[Last[ContinuedFraction[(1+90*(-1+100^n)/99)^(1/2)]]]], {n, 1, 9}] %Y A096486 Cf. A095372, A096485. %K A096486 nonn,hard,more %O A096486 1,1 %A A096486 _Labos Elemer_, Jun 25 2004 %E A096486 a(10) from _Vaclav Kotesovec_, Aug 29 2019 %E A096486 a(11)-a(12) from _Chai Wah Wu_, Dec 07 2019 %E A096486 a(13) from _Chai Wah Wu_, Oct 01 2021