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!)
A175695 a(n) is the smallest positive number such that a(n)*n is an anagram of a(n)*6. 1
1386, 5175, 41958, 891, 9, 1, 693, 27, 594, 18, 594, 20979, 6183, 225, 1812, 45, 36, 1725, 2439, 1755, 258, 1728, 27, 297, 3933, 315, 3, 3078, 19359, 170958, 17424, 216, 248, 2475, 17586, 231, 2133, 1845, 2139, 1791, 198, 1948, 18981, 17982, 18, 17748 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 5175 because 5175*2 = 10350, 5175*6 = 31050 and 10350 is an anagram of 31050.
MATHEMATICA
f[n_] := Block[ {k = 1}, While[ Sort@ IntegerDigits[6 k] != Sort@ IntegerDigits[k*n], k++ ]; k]; Array[f, 46] (* Robert G. Wilson v, Aug 15 2010 *)
CROSSREFS
Sequence in context: A181991 A212222 A045103 * A286837 A023090 A236823
KEYWORD
base,nonn,fini,full
AUTHOR
Claudio Meller, Aug 09 2010
EXTENSIONS
More terms from Robert G. Wilson v, Aug 15 2010
Name edited by Chai Wah Wu, Dec 21 2016
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 June 29 17:26 EDT 2024. Contains 373855 sequences. (Running on oeis4.)