A287319 Smallest number k which becomes a power of 2 after being transformed by the reduced Collatz function k=(3*k+1)/2 precisely n times.
1, 3, 151, 26512143, 318400215865581346424671, 1240913164837493520914469575281720548839055905624577375251388717505927743
Offset: 1
Keywords
Examples
For n = 3, the reduced Collatz sequence k = (3*k+1)/2 is 151, 227, 341, 512.
Formula
a(n) = ((2^(3^(n-1)+n)-3^n+2^n))/3^n.
Comments