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!)
A372445 a(n) = A371092(A372443(n)). 3
7, 6, 8, 12, 18, 27, 21, 16, 23, 18, 26, 39, 30, 44, 66, 99, 75, 28, 42, 63, 48, 71, 54, 80, 120, 180, 270, 405, 152, 228, 342, 513, 97, 73, 55, 11, 4, 6, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) gives the column index of A372443(n), or equally, of A372444(n) in array A257852.
LINKS
FORMULA
a(n) = A371092(A372443(n)) = A371092(A372444(n)).
PROG
(PARI)
A000265(n) = (n>>valuation(n, 2));
A371092(n) = floor((A000265(1+(3*n))+5)/6);
A372443(n) = { my(x=27); while(n, x=A000265(3*x+1); n--); (x); };
CROSSREFS
Column 14 of A372287, column 7 of A371103.
Sequence in context: A154170 A308041 A256685 * A019325 A351687 A011220
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 01 2024
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 June 5 17:44 EDT 2024. Contains 373107 sequences. (Running on oeis4.)