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!)
A356426 Even bisection of A003278. 1
2, 5, 11, 14, 29, 32, 38, 41, 83, 86, 92, 95, 110, 113, 119, 122, 245, 248, 254, 257, 272, 275, 281, 284, 326, 329, 335, 338, 353, 356, 362, 365, 731, 734, 740, 743, 758, 761, 767, 770, 812, 815, 821, 824, 839, 842, 848, 851, 974, 977, 983, 986, 1001, 1004, 1010, 1013, 1055, 1058 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement sequence of A191107 in A003278.
LINKS
FORMULA
a(n) = A003278(2n).
PROG
(Python)
def A356426(n): return int(bin((n<<1)-1)[2:], 3)+1 # Chai Wah Wu, Sep 07 2022
CROSSREFS
Sequence in context: A026228 A331949 A003420 * A206602 A338013 A336190
KEYWORD
nonn
AUTHOR
Arie Bos, Aug 07 2022
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.)