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!)
A023091 Numbers k such that k and 7*k are anagrams. 9
0, 1359, 11688, 11883, 12903, 13029, 13359, 13449, 13590, 13599, 13659, 107583, 108726, 111873, 116688, 116880, 116988, 118731, 118830, 118833, 119883, 123876, 124875, 126888, 127389, 129003, 129030, 129033, 129903, 130029, 130149, 130290 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms are divisible by 3. - Eric M. Schmidt, Jul 12 2014
LINKS
MATHEMATICA
si[n_] := Sort@ IntegerDigits@ n; Flatten@{0, Table[Select[Range[10^d + 2, 2 10^d - 1, 3], si[#] == si[7 #] &], {d, 0, 6}]} (* Giovanni Resta, Mar 20 2017 *)
Select[3*Range[0, 50000], Sort[IntegerDigits[7 #]]==Sort[IntegerDigits[#]]&] (* Harvey P. Dale, Jan 06 2022 *)
CROSSREFS
Sequence in context: A316680 A252379 A175696 * A242458 A223254 A260441
KEYWORD
nonn,base
AUTHOR
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 May 3 21:07 EDT 2024. Contains 372225 sequences. (Running on oeis4.)