OFFSET
51,1
COMMENTS
This sequence breaks all the rules of the database, especially since the terms are in reverse order. It is included only because segments of it are sometimes given as puzzles.
LINKS
FORMULA
Write the squares backwards: 1, 4, 9, 61, 52, 63, 94, 46, 18, 1, 121, 441, 961, 691, ..., then reverse the sequence.
MATHEMATICA
IntegerReverse/@(Range[51, 1, -1]^2) (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jul 25 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Mar 19 2003
STATUS
approved