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.

User: Evzen Stejskal

Evzen Stejskal's wiki page.

Evzen Stejskal has authored 1 sequences.

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

Original entry on oeis.org

0, 1, 49, 484, 625, 784, 1296
Offset: 1

Author

Evzen Stejskal, Aug 24 2020

Keywords

Crossrefs

Cf. A055575.

Programs

  • Mathematica
    Select[Range[0, 36], Plus @@ IntegerDigits[#^4] == # &]^2 (* Amiram Eldar, Sep 08 2020 *)

Formula

a(n) = A055575(n)^2. - Joerg Arndt, Sep 01 2020