The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A279689 Numbers n such that n and 2n are anagrams in more than one base. 3
0, 40, 96, 104, 208, 248, 258, 288, 312, 480, 752, 833, 936, 960, 968, 1170, 1248, 1728, 1755, 2090, 2232, 2400, 2608, 2768, 2808, 2832, 2904, 4224, 4464, 5208, 5280, 5418, 6075, 6584, 6696, 6714, 6720, 6768, 6800, 6966, 7020, 7182, 7200, 7714, 7728, 7776 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(2) = 40 because 40 and 80 are anagrams in bases 5 and 11.
a(13) = 936 because 936 and 1872 are anagrams in bases 3, 9, and 53.
PROG
(PARI) isok(n) = (n==0) || sum(b=2, n, vecsort(digits(n, b)) == vecsort(digits(2*n, b))) > 1; \\ Michel Marcus, Dec 17 2016
CROSSREFS
Cf. A279688.
Sequence in context: A036194 A023695 A038466 * A063310 A211493 A185791
KEYWORD
nonn,base
AUTHOR
Peter Kagey, Dec 17 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 6 07:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)