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!)
A175693 a(n) is the smallest positive number such that a(n)*n is an anagram of a(n)*4. 0
1782, 62937, 54, 1, 2826, 891, 3, 269631, 324, 2718, 4311, 3681, 37, 387, 25974, 4401, 477, 45, 48, 256437, 3393, 37, 26523, 3465, 3252, 3699, 34623, 2922, 27972, 27, 271, 284787, 27324, 25971, 263223, 26973, 25974, 2579247, 2514744 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) = 891 because 891*6 = 5346, 891*4 = 3564 and 5346 is an anagram of 3564.
LINKS
MATHEMATICA
f[n_] := Block[ {k = 1}, While[ Sort@ IntegerDigits[4 k] != Sort@ IntegerDigits[k*n], k++ ]; k]; Array[f, 40] (* Robert G. Wilson v, Aug 15 2010 *)
CROSSREFS
Sequence in context: A023088 A251086 A255157 * A317628 A114075 A232315
KEYWORD
base,nonn,fini,full
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)