The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A368180 Main diagonal of A368179: the n-th term in the trajectory of n under the A006368 map. 3
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A368179(n,n).
MATHEMATICA
A368180[n_]:=Nest[If[OddQ[#], Floor[(3#+2)/4], 3#/2]&, n, n];
Array[A368180, 100, 0]
CROSSREFS
Sequence in context: A325535 A345165 A062405 * A071181 A213675 A321185
KEYWORD
nonn,easy
AUTHOR
Paolo Xausa, Dec 15 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 15:51 EDT 2024. Contains 372717 sequences. (Running on oeis4.)