login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A255067
Terms of A255066 halved.
6
0, 1, 3, 2, 7, 6, 5, 15, 14, 13, 11, 9, 31, 30, 29, 27, 25, 23, 21, 18, 16, 63, 62, 61, 59, 57, 55, 53, 50, 48, 47, 45, 42, 39, 37, 34, 32, 127, 126, 125, 123, 121, 119, 117, 114, 112, 111, 109, 106, 103, 101, 98, 96, 95, 93, 90, 87, 84, 81, 78, 76, 74, 71, 69, 66, 64, 255
OFFSET
0,3
LINKS
FORMULA
a(n) = A255066(n)/2.
Other identities. For all n >= 0:
a(n) = A255057(A255122(n)).
PROG
(Scheme) (define (A255067 n) (/ (A255066 n) 2))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 14 2015
STATUS
approved