|
Search: id:A029783
|
|
|
| A029783 |
|
Exclusionary squares: numbers n such that digits of n are not present in n^2. |
|
+0 7
|
|
| 2, 3, 4, 7, 8, 9, 17, 18, 22, 24, 29, 33, 34, 38, 39, 44, 47, 53, 54, 57, 58, 59, 62, 67, 72, 77, 79, 84, 88, 92, 94, 144, 157, 158, 173, 187, 188, 192, 194, 209, 212, 224, 237, 238, 244, 247, 253, 257, 259, 307, 313, 314, 333, 334, 338, 349, 353, 359
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 60.
|
|
MATHEMATICA
|
Select[Range[1000], Intersection[IntegerDigits[ # ], IntegerDigits[ #^2]] == {} &] - Tanya Khovanova (tanyakh(AT)yahoo.com), Dec 25 2006
|
|
CROSSREFS
|
Cf. A059930 = numbers n such that n and n^2 combined use different digits, A112736 = numbers whose squares are exclusionary.
Sequence in context: A023774 A152037 A058075 this_sequence A112736 A059930 A125965
Adjacent sequences: A029780 A029781 A029782 this_sequence A029784 A029785 A029786
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Patrick De Geest (pdg(AT)worldofnumbers.com)
|
|
|
Search completed in 0.002 seconds
|