login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A175691
a(n) is the smallest positive integer such that a(n)*n is an anagram of a(n)*2.
0
125874, 1, 1782, 62937, 5436, 5175, 774, 891, 9, 512874, 74, 693, 6417, 5844, 54, 507069, 5295, 5445, 5015799
OFFSET
1,1
COMMENTS
a(4) = 62937 because 62937*4 = 251748, 62937*2 = 125874 and 251748 is an anagram of 125874.
MATHEMATICA
f[n_] := Block[ {k = 1}, While[ Sort@ IntegerDigits[2 k] != Sort@ IntegerDigits[k*n], k++ ]; k]; Array[f, 19] (* Robert G. Wilson v, Aug 15 2010 *)
CROSSREFS
Sequence in context: A237066 A224583 A252208 * A133220 A023086 A230722
KEYWORD
base,nonn,fini,full
AUTHOR
Claudio Meller, Aug 09 2010
EXTENSIONS
More terms from Robert G. Wilson v, Aug 15 2010
Edited by Michel Marcus, Feb 28 2019
STATUS
approved