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.

A122683 Squares with strictly increasing digits.

Original entry on oeis.org

0, 1, 4, 9, 16, 25, 36, 49, 169, 256, 289, 1369, 13456, 13689, 134689
Offset: 1

Views

Author

Tanya Khovanova, Oct 20 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[500]^2,Min[Differences[IntegerDigits[#]]]>0&] (* Harvey P. Dale, Aug 27 2013 *)

Extensions

0 inserted by Jon E. Schoenfield, Jan 14 2014