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.

A161677 Mersenne primes written in base 4.

Original entry on oeis.org

3, 13, 133, 1333, 1333333, 133333333, 1333333333, 1333333333333333, 1333333333333333333333333333333, 133333333333333333333333333333333333333333333, 133333333333333333333333333333333333333333333333333333
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 16 2009

Keywords

Crossrefs

Programs

  • Mathematica
    FromDigits[IntegerDigits[#,4]]&/@(2^MersennePrimeExponent[Range[20]]-1) (* Harvey P. Dale, Mar 25 2023 *)

Formula

a(n) = A007090(A000668(n)).

Extensions

Keyword:base added by R. J. Mathar, Aug 03 2009