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.
%I A085864 #7 Apr 23 2023 17:22:52 %S A085864 2,4,12,72,864,20736,933120,117573120,42326323200,36315985305600, %T A085864 146426052752179200,1475974611741966336000,37784950060594338201600000, %U A085864 2031318915257551621718016000000,212719716805770805826310635520000000 %N A085864 a(1) = 2, a(n+1) = a(n)*{tau(a(n))}. %C A085864 a(1) = 1, a(n+1) = a(n) + tau(a(n)) gives A064491. %e A085864 a(4) = 72 and tau(72)= 12, hence a(5) = 72*12= 864. %t A085864 NestList[# DivisorSigma[0,#]&,2,20] (* _Harvey P. Dale_, Apr 23 2023 *) %o A085864 (PARI) for(n=1,16,if(n==1,a=2,a*=numdiv(a)); print(a); ) %Y A085864 Cf. A064491. %K A085864 nonn %O A085864 1,1 %A A085864 _Amarnath Murthy_, Jul 06 2003 %E A085864 More terms from _Ray Chandler_, Jul 16 2003