cp's OEIS Frontend

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.

A028907 Arrange digits of squares in ascending order.

This page as a plain text file.
%I A028907 #19 Feb 23 2014 03:15:45
%S A028907 0,1,4,9,16,25,36,49,46,18,1,112,144,169,169,225,256,289,234,136,4,
%T A028907 144,448,259,567,256,667,279,478,148,9,169,124,189,1156,1225,1269,
%U A028907 1369,1444,1125,16,1168,1467,1489,1369,225,1126,229,234,124,25,126
%N A028907 Arrange digits of squares in ascending order.
%C A028907 Leading zeros are discarded (e.g., 30^2 = 900 -> 009 becomes 9).
%H A028907 Vincenzo Librandi, <a href="/A028907/b028907.txt">Table of n, a(n) for n = 0..1000</a>
%t A028907 Table[FromDigits[Sort[IntegerDigits[n^2]]], {n, 0, 49}] (* _Alonso del Arte_, Feb 21 2014 *)
%Y A028907 Cf. A028908.
%K A028907 nonn,base
%O A028907 0,3
%A A028907 _N. J. A. Sloane_
%E A028907 More terms from _Patrick De Geest_, Apr 15 1998