|
Search: id:A133220
|
|
|
| A133220 |
|
a(n) is the smallest number k such that k and n*k are anagrams. |
|
+0 1
|
|
| 1, 125874, 1035, 1782, 142857, 1386, 1359, 113967, 1089
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
3*1035 = 3105, and it is the smallest such number.
|
|
MATHEMATICA
|
Table[Select[Range[1000000], Sort[IntegerDigits[ # ]] == Sort[IntegerDigits[n# ]] &][[1]], {n, 9}]
|
|
CROSSREFS
|
Cf. A023086, A023087, A023088, A023089, A023090, A023091, A023092, A023093.
Adjacent sequences: A133217 A133218 A133219 this_sequence A133221 A133222 A133223
Sequence in context: A030639 A100406 A048936 this_sequence A023086 A066690 A114668
|
|
KEYWORD
|
base,fini,full,nonn
|
|
AUTHOR
|
Tanya Khovanova (tanyakh(AT)yahoo.com), Oct 11 2007
|
|
|
Search completed in 0.002 seconds
|