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!)
A096600 Numbers such that in decimal representation all permutations of digits are nonsquares. 4
2, 3, 5, 6, 7, 8, 11, 12, 13, 14, 15, 17, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 45, 47, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A062892(a(n)) = 0.
LINKS
EXAMPLE
134=2*67, 143=11*13, 314=2*157, 341=11*31, 413=7*59 and 431=A000040(83), therefore 134, 143, 314, 341, 413 and 431 are terms.
MATHEMATICA
Select[Range[100], NoneTrue[Sqrt[#]&/@(FromDigits/@Permutations[IntegerDigits[ #]]), IntegerQ]&] (* Harvey P. Dale, Dec 04 2022 *)
CROSSREFS
Sequence in context: A028758 A028803 A050942 * A122686 A161873 A224517
KEYWORD
nonn,easy,base
AUTHOR
Reinhard Zumkeller, Jun 29 2004
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)