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.

A242016 Smallest prime factor of A135972(n), the n-th composite Mersenne number.

Original entry on oeis.org

3, 3, 3, 7, 3, 23, 3, 3, 7, 3, 3, 3, 7, 3, 47, 3, 31, 3, 7, 3, 233, 3, 3, 7, 3, 31, 3, 223, 3, 7, 3, 13367, 3, 431, 3, 7, 3, 2351, 3, 127, 3, 7, 3, 6361, 3, 23, 3, 7, 3, 179951, 3, 3, 7, 3, 31, 3, 193707721, 3, 7, 3
Offset: 1

Views

Author

Felix Fröhlich, Aug 11 2014

Keywords

Crossrefs

Cf. A135972, A242017. Subsequence of A056608.

Programs

  • PARI
    for(n=2, 1e2, if(!ispseudoprime(2^n-1), p=factor(2^n-1)[1, 1]; print1(p, ", ")))

Formula

a(n) = A020639(A135972(n)).