A380836 a(n) is the smallest k such that tau(2*k) is equal to 2^n, where tau = A000005.
1, 3, 12, 60, 420, 3780, 41580, 540540, 8648640, 147026880, 2793510720, 64250746560, 1606268664000, 46581791256000, 1444035528936000, 53429314570632000, 2190601897395912000, 94195881588024216000, 4427206434637138152000, 216933115297219769448000, 11497455110752647780744000
Offset: 1
Keywords
Examples
1 is in the sequence because tau(1*2) = tau(2) = 2 = 2^1; 3 is in the sequence because tau(3*2) = tau(6) = 4 = 2^2; 12 is in the sequence because tau(12*2) = tau(24) = 8 = 2^3;
Formula
a(n) = A037992(n)/2. - Amiram Eldar, Feb 06 2025
Comments