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 A002441 M3408 N1378 #30 Jul 02 2025 16:01:54 %S A002441 1,4,11,20,31,44,61,100,121,144,171,220,251,304,341,400,441,504,551, %T A002441 620,671,744,1021,1100,1161,1244,1331,1420,1511,1604,1701,2000,2101, %U A002441 2204,2311,2420,2531,2644,2761,3100,3221,3344,3471,3620,3751,4104,4241 %N A002441 Squares written in base 8. %D A002441 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002441 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %D A002441 V. Thébault, Les Récréations Mathématiques. Gauthier-Villars, Paris, 1952, p. 95. %F A002441 a(n) = A007094(A000290(n)). - _Jason Kimberley_, Dec 13 2012 %t A002441 Table[BaseForm[n^2,8],{n,5!}] (* _Vladimir Joseph Stephan Orlovsky_, May 12 2010 *) %t A002441 Table[FromDigits[IntegerDigits[n^2, 8]], {n, 60}] (* _Vincenzo Librandi_, Oct 15 2015 *) %o A002441 (Magma) [Seqint(Intseq(n^2, 8)): n in [1..60]]; // _Vincenzo Librandi_, Oct 16 2015 %o A002441 (PARI) a(n)=fromdigits(digits(n^2,8)) \\ _Charles R Greathouse IV_, Apr 25 2016 %Y A002441 Cf. A000290, A007094. %K A002441 nonn,easy,base %O A002441 1,2 %A A002441 _N. J. A. Sloane_ %E A002441 More terms from _James Sellers_, Sep 08 2000