cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A163617 a(2*n) = 2*a(n), a(2*n + 1) = 2*a(n) + 2 + (-1)^n, for all n in Z.

Original entry on oeis.org

0, 3, 6, 7, 12, 15, 14, 15, 24, 27, 30, 31, 28, 31, 30, 31, 48, 51, 54, 55, 60, 63, 62, 63, 56, 59, 62, 63, 60, 63, 62, 63, 96, 99, 102, 103, 108, 111, 110, 111, 120, 123, 126, 127, 124, 127, 126, 127, 112, 115, 118, 119, 124, 127, 126, 127, 120, 123, 126, 127, 124, 127, 126
Offset: 0

Views

Author

Michael Somos, Aug 01 2009

Keywords

Comments

Fibbinary numbers (A003714) give all integers n >= 0 for which a(n) = 3*n.
From Antti Karttunen, Feb 21 2016: (Start)
Fibbinary numbers also give all integers n >= 0 for which a(n) = A048724(n).
Note that there are also other multiples of three in the sequence, for example, A163617(99) = 231 ("11100111" in binary) = 3*77, while 77 ("1001101" in binary) is not included in A003714. Note that 99 is "1100011" in binary.
(End)

Examples

			G.f. = 3*x + 6*x^2 + 7*x^3 + 12*x^4 + 15*x^5 + 14*x^6 + 15*x^7 + 24*x^8 + 27*x^9 + ...
		

Crossrefs

Programs

Formula

a(n) = -A163618(-n) for all n in ZZ.
Conjecture: a(n) = A003188(n) + (6*n + 1 - (-1)^n)/4. - Velin Yanev, Dec 17 2016

Extensions

Comment about Fibbinary numbers rephrased by Antti Karttunen, Feb 21 2016