login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A337356 Numbers whose digit sum of their square is equal to their square root. 0

%I #16 Sep 12 2020 05:54:17

%S 0,1,49,484,625,784,1296

%N Numbers whose digit sum of their square is equal to their square root.

%F a(n) = A055575(n)^2. - _Joerg Arndt_, Sep 01 2020

%t Select[Range[0, 36], Plus @@ IntegerDigits[#^4] == # &]^2 (* _Amiram Eldar_, Sep 08 2020 *)

%Y Cf. A055575.

%K nonn,base,fini,full

%O 1,3

%A _Evzen Stejskal_, Aug 24 2020

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 13 11:14 EDT 2024. Contains 375130 sequences. (Running on oeis4.)