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.

Showing 1-1 of 1 results.

A180737 a(n) is the largest n-digit square whose sum of digits is also a square.

Original entry on oeis.org

9, 81, 961, 9025, 96721, 990025, 9966649, 99980001, 999761161, 9999400009, 99998250625, 999946000729, 9999989500176, 99999960000004, 999999455981824, 9999998600000049, 99999998724439696, 999999998000000001
Offset: 1

Views

Author

Daniel Mondot, Oct 08 2010

Keywords

Crossrefs

Programs

  • Mathematica
    lnds[n_]:=Module[{s=Floor[Sqrt[10^n-1]]},While[!IntegerQ[Sqrt[Total[ IntegerDigits[ s^2]]]],s--];s^2]; Array[lnds,20] (* Harvey P. Dale, Mar 28 2013 *)
Showing 1-1 of 1 results.