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.

User: Ernst Berg

Ernst Berg's wiki page.

Ernst Berg has authored 2 sequences.

A082656 Trajectory of 39 under map x -> x/2 if x even, 3x+9 if x odd.

Original entry on oeis.org

39, 126, 63, 198, 99, 306, 153, 468, 234, 117, 360, 180, 90, 45, 144, 72, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9, 36, 18, 9
Offset: 1

Author

Ernst Berg, May 17 2003

Keywords

Crossrefs

Cf. A067896.

Extensions

More terms from Jinyuan Wang, Apr 07 2020

A067896 Trajectory of 41 under map x -> x/2 if x even, x-> 3x+3 if x odd.

Original entry on oeis.org

41, 126, 63, 192, 96, 48, 24, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3, 12, 6, 3
Offset: 0

Author

Ernst Berg, May 15 2003

Keywords

Programs

  • Mathematica
    NestList[If[EvenQ[#],#/2,3#+3]&,41,100]  (* Harvey P. Dale, Mar 30 2011 *)