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.

A175541 A007505 in binary.

Original entry on oeis.org

10, 101, 1011, 10111, 101111, 10111111, 101111111, 1011111111111, 10111111111111111111, 101111111111111111111111111111111111, 1011111111111111111111111111111111111111
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 24 2010

Keywords

Comments

Primes of the form 10, 101, 1011, 10111,..

Examples

			a(12)=101111111111111111111111111111111111111111111.
		

Programs

  • Mathematica
    FromDigits/@Select[Table[PadRight[{1,0},n,1],{n,0,50}], PrimeQ[ FromDigits[ #,2]]&] (* Harvey P. Dale, Nov 12 2011 *)

Formula