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!)
A168355 Products of 3 distinct primes whose binary expansion is palindromic. 1
165, 195, 231, 255, 273, 455, 561, 645, 903, 1023, 1105, 1533, 2015, 2193, 2289, 2409, 2553, 2829, 3171, 3219, 3435, 3855, 3999, 4161, 4433, 4953, 5285, 5397, 5621, 5709, 6141, 6307, 6643, 7163, 7239, 7511, 8481, 9417, 9705, 10245, 11805, 12093, 12291 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are odd. - Chai Wah Wu, Mar 28 2016
LINKS
EXAMPLE
165=3*5*11={1,0,1,0,0,1,0,1} 195=3*5*13={1,1,0,0,0,0,1,1}
MATHEMATICA
f1[n_]:=Reverse[IntegerDigits[n, 2]]==IntegerDigits[n, 2]; f2[n_]:=Last/@FactorInteger[n]=={1, 1, 1} lst={}; Do[If[f1[n]&&f2[n], AppendTo[lst, n]], {n, 8!}]; lst
CROSSREFS
Cf. A016041.
Sequence in context: A197440 A261758 A252725 * A083255 A259283 A319502
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 13 03:50 EDT 2024. Contains 372497 sequences. (Running on oeis4.)