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.

Showing 1-2 of 2 results.

A372867 Distinct terms in A242017, listed in the order of their appearance.

Original entry on oeis.org

3, 5, 17, 97, 641, 257, 193, 274177, 65537, 449, 59649589127497217, 769, 1238926361552897, 5441, 5953, 2424833, 7873, 2753, 3329, 10753, 45592577, 18433, 4673, 15937, 444929, 11777, 12161, 21698561, 6977
Offset: 1

Views

Author

Jean-Marc Rebert, May 15 2024

Keywords

Comments

Conjecture: every term except 3 belongs to A366609. - Bill McEachen, Jun 12 2024

Crossrefs

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)).
Showing 1-2 of 2 results.