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!)
A260052 Composites whose prime factorization in base 8 is an anagram of the number in base 8. 11
27, 85, 169, 175, 771, 4369, 4803, 5359, 6805, 7339, 19405, 21689, 24433, 36526, 40405, 40799, 41723, 41773, 43999, 44353, 46131, 47447, 48819, 49917, 54965, 71047, 74273, 87823, 107892, 130683, 131026, 139157, 246977, 268885, 269977 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
27 = 3^3. In base 8, 33 = 3^3.
MATHEMATICA
Select[Range[10^6], !PrimeQ[#] && Sort@ IntegerDigits[#, 8] == Sort@ Flatten@ IntegerDigits[ Select[ Flatten@ FactorInteger@ #, #>1 &], 8] &] (* Giovanni Resta, Jul 14 2015 *)
CROSSREFS
Sequence in context: A035074 A036925 A281090 * A028993 A262367 A007266
KEYWORD
base,easy,nonn
AUTHOR
Stephen Tucker, Jul 14 2015
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 August 2 22:39 EDT 2024. Contains 374875 sequences. (Running on oeis4.)