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.

A115419 Numbers having a 1 in position 3 of their binary expansion.

Original entry on oeis.org

8, 9, 10, 11, 12, 13, 14, 15, 24, 25, 26, 27, 28, 29, 30, 31, 40, 41, 42, 43, 44, 45, 46, 47, 56, 57, 58, 59, 60, 61, 62, 63, 72, 73, 74, 75, 76, 77, 78, 79, 88, 89, 90, 91, 92, 93, 94, 95, 104, 105, 106, 107, 108, 109, 110, 111, 120, 121, 122, 123, 124, 125, 126, 127
Offset: 1

Views

Author

Jeremy Gardiner, Jan 22 2006

Keywords

Comments

One of the mystery calculator sequences: A005408, A042964, A047566, A115419, A115420, A115421.
Numbers congruent to {8,9,10,11,12,13,14,15} mod 16. Numbers n such that n xor 8 = n - 8. [Brad Clardy, May 06 2013]

Examples

			a(1) = 8 = 1000 in binary.
		

Crossrefs

Programs

Formula

G.f.: -(x^8+x^7+x^6+x^5+x^4+x^3+x^2+x+8)*x / (-x^9+x^8+x-1). - Alois P. Heinz, Aug 22 2011