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.

A368180 Main diagonal of A368179: the n-th term in the trajectory of n under the A006368 map.

Original entry on oeis.org

0, 1, 2, 2, 5, 5, 9, 4, 51, 6, 34, 57, 48, 38, 132, 48, 167, 32, 205, 167, 130, 106, 167, 243, 50, 159, 125, 369, 297, 119, 702, 130, 844, 84, 500, 50, 1215, 119, 1424, 142, 840, 312, 126, 3041, 70, 7209, 22143, 540, 1623, 160, 15165, 1443, 8867, 3406, 10509, 1899, 12146, 578, 911, 79
Offset: 0

Views

Author

Paolo Xausa, Dec 15 2023

Keywords

Crossrefs

Programs

  • Mathematica
    A368180[n_]:=Nest[If[OddQ[#],Floor[(3#+2)/4],3#/2]&,n,n];
    Array[A368180,100,0]

Formula

a(n) = A368179(n,n).