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 A004553 #19 Sep 08 2022 08:44:33 %S A004553 1,5,6,6,6,3,6,5,6,4,1,3,0,2,3,1,2,5,1,6,3,5,4,4,5,3,5,0,2,6,5,6,0,3, %T A004553 6,1,3,4,0,7,3,4,2,2,2,2,7,3,0,1,5,1,4,6,1,2,3,6,6,4,4,3,6,3,0,6,1,6, %U A004553 2,0,2,4,6,2,2,0,6,7,1,0,5,5,1,5,6,1,1 %N A004553 Expansion of sqrt(3) in base 8. %H A004553 G. C. Greubel, <a href="/A004553/b004553.txt">Table of n, a(n) for n = 1..10000</a> %H A004553 Jason Kimberley, <a href="/wiki/User:Jason_Kimberley/sqrt_base">Index of expansions of sqrt(d) in base b</a> %t A004553 RealDigits[Sqrt[3],8,120][[1]] (* _Harvey P. Dale_, Mar 04 2013 *) %o A004553 (Magma) d:= 3; m:=8; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // _G. C. Greubel_, Mar 31 2018 %Y A004553 Cf. A002194, A004547, A004548, A004549, A004550, A004551, A004552, A004554. %K A004553 nonn,base,cons %O A004553 1,2 %A A004553 _N. J. A. Sloane_ %E A004553 More terms from _Jon E. Schoenfield_, Mar 11 2018