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.

A157893 Values of m in A080075.

Original entry on oeis.org

1, 2, 3, 2, 4, 3, 5, 3, 4, 3, 6, 4, 5, 4, 7, 4, 5, 4, 6, 4, 5, 4, 8, 5, 6, 5, 7, 5, 6, 5, 9, 5, 6, 5, 7, 5, 6, 5, 8, 5, 6, 5, 7, 5, 6, 5, 10, 6, 7, 6, 8, 6, 7, 6, 9, 6, 7, 6, 8, 6, 7, 6, 11, 6, 7, 6, 8, 6, 7, 6, 9, 6, 7, 6, 8, 6, 7, 6, 10, 6, 7, 6, 8, 6, 7, 6, 9, 6, 7, 6, 8, 6, 7, 6, 12, 7, 8, 7, 9, 7, 8, 7, 10
Offset: 1

Views

Author

Zak Seidov, Mar 08 2009

Keywords

Crossrefs

Cf. A157892 (values of k in A080075), A080075 (Proth numbers).

Programs

  • Mathematica
    Select[Table[Append[QuotientRemainder[#1, 2^#2], #2] & @@ {#, IntegerExponent[#, 2]} &[n - 1], {n, 3, 5200, 2}], And[OddQ[#[[1]] ], #[[-1]] >= 1, 2^#[[-1]] > #[[1]] ] &][[All, -1]] (* Michael De Vlieger, Nov 04 2019 *)