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.

A133420 Number of steps to reach 1 under repeated applications of the "5x+1" map of A133419, or -1 if 1 is never reached.

Original entry on oeis.org

0, 1, 1, 2, 14, 2, 5, 3, 2, 15, 9, 3, 12, 6, 15, 4, 9, 3, 7, 16, 6, 10, 21, 4, 9, 13, 3, 7, 18, 16, 16, 5, 10, 10, 14, 4, 19, 8, 13, 17, 13, 7, 7, 11, 16, 22, 26, 5, 16, 10, 10, 14, 25, 4, 25, 8, 8, 19, 23, 17, 13, 17, 7, 6, 17, 11, 11, 11, 22, 15, 26, 5, 16, 20, 10, 9, 20, 14, 14, 18, 4, 14
Offset: 1

Views

Author

N. J. A. Sloane, Nov 27 2007

Keywords

Comments

The 5x+1 map sends x to x/2 if x is even, x/3 if x is divisible by 3, otherwise 5x+1.

Crossrefs

Cf. A133419.