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!)
A175692 a(n) is the smallest number such that a(n)*n is an anagram of a(n)*3. 0
1035, 1782, 1, 54, 36, 41958, 45, 9, 345, 351, 621, 594, 63, 693, 47619, 432, 495, 462, 369, 3582, 453, 35964, 33957, 37989, 36405, 349299, 363, 343224, 33382899, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(4) = 54 and 54*4 = 216, 54*3 = 162 and 216 is an anagram of 162.
a(30) has no possible solution in base 10. - Robert G. Wilson v, Aug 15 2010
LINKS
MATHEMATICA
f[n_] := Block[ {k = 1}, While[ Sort@ IntegerDigits[3 k] != Sort@ IntegerDigits[k*n], k++ ]; k]; Array[f, 29] (* Robert G. Wilson v, Aug 15 2010 *)
CROSSREFS
Sequence in context: A023063 A245680 A241787 * A023087 A219445 A163558
KEYWORD
base,nonn
AUTHOR
Claudio Meller, Aug 09 2010
EXTENSIONS
More terms from Robert G. Wilson v, Aug 15 2010
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)