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!)
A087745 Numbers A001317 repeated. 2
1, 1, 3, 3, 5, 5, 15, 15, 17, 17, 51, 51, 85, 85, 255, 255, 257, 257, 771, 771, 1285, 1285, 3855, 3855, 4369, 4369, 13107, 13107, 21845, 21845, 65535, 65535, 65537, 65537, 196611, 196611, 327685, 327685, 983055, 983055, 1114129, 1114129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Triangles A049444, A049459, A051338, A051379, A051523 (Mitrinovic's triangles) mod 2 converted to decimal.
Sequence [1, 3, 5, 15, 17, 51, 85, 255, 257, ...] = A001317.
LINKS
PROG
(Python)
def A087745(n): return sum((bool(~(m:=n>>1)&m-k)^1)<<k for k in range((n>>1)+1)) # Chai Wah Wu, May 02 2023
CROSSREFS
Sequence in context: A147048 A110192 A014414 * A087756 A243305 A334075
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Oct 02 2003
EXTENSIONS
Definition corrected and edited by Omar E. Pol, Dec 24 2008
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)