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.

A028869 Squares of primes with digits in nonascending order.

Original entry on oeis.org

4, 9, 841, 961
Offset: 1

Views

Author

Keywords

Comments

No other solutions below 4 * 10^18 (probably finite). - Dec 15 1999

Examples

			961 = 31^2 is in the sequence since its digits (9, 6, 1) are in descending order.
1369 = 37^2 is not in the sequence, since its digits in descending order are: 9, 6, 3, 1.
		

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[100]]^2, IntegerDigits[#] == Sort[IntegerDigits[#], Less] &] (* Alonso del Arte, Aug 12 2016 *)

Extensions

Offset changed by Altug Alkan, Sep 09 2016
Name clarified by Jon E. Schoenfield, Oct 27 2023