STATUS
proposed
approved
proposed
approved
editing
proposed
Positive numbers n k such that sum of digits of nk^2 is a square.
approved
editing
_Asher Auel (asher.auel(AT)reed.edu), _, May 17 2001
(MAGMAMagma) [ n: n in [1..185] | IsSquare(&+Intseq(n^2)) ]; // Bruno Berselli, Jul 29 2011
editing
approved
Numbers Positive numbers n such that sum of digits of n^2 is a square.
Obviously, 0 would also satisfy the definition as phrased as of today. - M. F. Hasler, Oct 16 2017
proposed
editing
editing
proposed
(PARI) select( is_A061910(n)=issquare(sumdigits(n^2)), [0..199]) \\ Includes the initial 0. - M. F. Hasler, Oct 16 2017
(PARI) select( is_A061910(n)=issquare(sumdigits(n^2)), [0..199]) \\ Includes the initial 0. - M. F. Hasler, Oct 16 2017
proposed
editing
editing
proposed