A112736 Numbers whose square is exclusionary.
2, 3, 4, 7, 8, 9, 17, 18, 24, 29, 34, 38, 39, 47, 53, 54, 57, 58, 59, 62, 67, 72, 79, 84, 92, 94, 157, 158, 173, 187, 192, 194, 209, 237, 238, 247, 253, 257, 259, 307, 314, 349, 359, 409, 437, 459, 467, 547, 567, 612, 638, 659, 672, 673, 689, 712, 729, 738, 739, 749
Offset: 1
Examples
409^2 = 167281 and the square 167281 is made up of digits not appearing in 409, hence 409 is a term.
References
- H. Ibstedt, Solution to Problem 2623, "Exclusionary Powers", pp. 346-9, Journal of Recreational Mathematics, Vol. 32 No.4 2003-4 Baywood NY.
- David Wells, The Penguin Dictionary of Curious and Interesting Numbers, Revised Edition, 1997, page 144, entry 567.
Links
- Giovanni Resta, Table of n, a(n) for n = 1..142 (full sequence)
Crossrefs
Programs
-
Mathematica
Select[Range[1000], Intersection[IntegerDigits[ # ], IntegerDigits[ #^2]] == {} && Length[Union[IntegerDigits[ # ]]] == Length[IntegerDigits[ # ]] &] (* Tanya Khovanova, Dec 25 2006 *)
Extensions
More terms from Tanya Khovanova, Dec 25 2006
Comments