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 A195529 #32 Aug 22 2025 15:46:28 %S A195529 1,256,1333735776850284124449081472843776 %N A195529 Ultracompositorial: Compositorials raised to the power of themselves. %C A195529 Next term (192^192) has 439 digits. %H A195529 Amiram Eldar, <a href="/A195529/b195529.txt">Table of n, a(n) for n = 0..3</a> %F A195529 a(n) = A000312(A036691(n)). - _Amiram Eldar_, Jul 20 2025 %F A195529 a(2) = A114993(2). - _R. J. Mathar_, Aug 22 2025 %t A195529 (* First run the program for A036691 *) Table[A036691[[n]]^A036691[[n]], {n, 4}] (* _Alonso del Arte_, Sep 21 2011 *) %t A195529 (#^#) & /@ FoldList[Times, 1, Select[Range[6], CompositeQ]] (* _Amiram Eldar_, Jul 20 2025 *) %Y A195529 Cf. A000312, A036691, A046882, A165812. %K A195529 nonn,changed %O A195529 0,2 %A A195529 _Kausthub Gudipati_, Sep 21 2011 %E A195529 a(2) corrected by _Franklin T. Adams-Watters_, Sep 21 2011