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.

A161675 Mersenne primes written in base 8.

Original entry on oeis.org

3, 7, 37, 177, 17777, 377777, 1777777, 17777777777, 177777777777777777777, 377777777777777777777777777777, 377777777777777777777777777777777777, 1777777777777777777777777777777777777777777
Offset: 1

Views

Author

Vladislav-Stepan Malakhovsky & Juri-Stepan Gerasimov, Jun 16 2009

Keywords

Crossrefs

Programs

  • Mathematica
    Map[FromDigits[IntegerDigits[2^# - 1, 8]] &, MersennePrimeExponent[Range[12]]] (* Amiram Eldar, Oct 22 2024 *)

Formula

a(n) = A007094(A000668(n)).

Extensions

a(6) and a(10) corrected by R. J. Mathar, Aug 03 2009