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.

A127961 a(n) = A007583(n) written in binary.

Original entry on oeis.org

1, 11, 1011, 101011, 10101011, 1010101011, 101010101011, 10101010101011, 1010101010101011, 101010101010101011, 10101010101010101011, 1010101010101010101011, 101010101010101010101011, 10101010101010101010101011, 1010101010101010101010101011
Offset: 0

Views

Author

Artur Jasinski, Feb 09 2007

Keywords

Examples

			A007583(2) = 11, which becomes 1011 when written in binary.
		

Crossrefs

Cf. A007583.

Programs

  • Mathematica
    Table[FromDigits[IntegerDigits[(2^(2n + 1) + 1)/3, 2]], {n, 0, 14}]
    LinearRecurrence[{101,-100},{1,11},20] (* Harvey P. Dale, Jul 21 2024 *)

Formula

From Colin Barker, Sep 02 2013: (Start)
a(n) = (89 + 10^(1+2*n))/99.
a(n) = 101*a(n-1) - 100*a(n-2).
G.f.: -(90*x-1)/((x-1)*(100*x-1)). (End)
E.g.f.: exp(x)*(89 + 10*exp(99*x))/99. - Elmo R. Oliveira, Mar 16 2025

Extensions

Edited and extended by Stefan Steinerberger, Jun 11 2007
More terms from Colin Barker, Sep 02 2013