login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A028869 Squares of primes with digits in nonascending order. 3
4, 9, 841, 961 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other solutions below 4 * 10^18 (probably finite). - Dec 15 1999
LINKS
EXAMPLE
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.
MATHEMATICA
Select[Prime[Range[100]]^2, IntegerDigits[#] == Sort[IntegerDigits[#], Less] &] (* Alonso del Arte, Aug 12 2016 *)
CROSSREFS
Sequence in context: A027522 A330580 A254959 * A179935 A073172 A168139
KEYWORD
nonn,base,hard,more
AUTHOR
EXTENSIONS
Offset changed by Altug Alkan, Sep 09 2016
Name clarified by Jon E. Schoenfield, Oct 27 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)