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.

A028821 Numbers k such that k^2 has digits in nonincreasing order.

Original entry on oeis.org

0, 1, 2, 3, 8, 9, 10, 20, 21, 29, 30, 31, 80, 88, 90, 100, 200, 210, 290, 300, 310, 800, 880, 900, 1000, 2000, 2100, 2900, 2979, 3000, 3100, 3139, 8000, 8800, 9000, 10000, 20000, 21000, 29000, 29790, 30000, 31000, 31390, 31621, 80000, 88000
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A028822.

Programs

  • Mathematica
    Select[Range[0,10^5],GreaterEqual@@IntegerDigits[#^2]&] (* Ray Chandler, Jan 05 2014 *)

Extensions

Better name from Ray Chandler, Jan 05 2014