login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A028908
Arrange digits of squares in descending order.
4
0, 1, 4, 9, 61, 52, 63, 94, 64, 81, 100, 211, 441, 961, 961, 522, 652, 982, 432, 631, 400, 441, 844, 952, 765, 652, 766, 972, 874, 841, 900, 961, 4210, 9810, 6511, 5221, 9621, 9631, 4441, 5211, 6100, 8611, 7641, 9841, 9631, 5220, 6211, 9220, 4320
OFFSET
0,3
LINKS
John Case, COLT Page?
MATHEMATICA
FromDigits[Sort[IntegerDigits[#], Greater]]&/@(Range[0, 50]^2) (* Harvey P. Dale, May 08 2013 *)
CROSSREFS
Cf. A028907.
Sequence in context: A198178 A013571 A002942 * A265148 A220445 A360751
KEYWORD
nonn,base
EXTENSIONS
More terms from Patrick De Geest, Apr 15 1998
STATUS
approved