A195529 - OEIS (original) (raw)
A195529
Ultracompositorial: Compositorials raised to the power of themselves.
1
1, 256, 1333735776850284124449081472843776
(list;graph;refs;listen;history;text;internal format)
OFFSET
0,2
COMMENTS
Next term (192^192) has 439 digits.
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..3
FORMULA
a(n) = A000312(A036691(n)). - Amiram Eldar, Jul 20 2025
a(2) = A114993(2). - R. J. Mathar, Aug 22 2025
MATHEMATICA
(* First run the program for A036691 *) Table[A036691[[n]]^A036691[[n]], {n, 4}] (* Alonso del Arte, Sep 21 2011 *)
(#^#) & /@ FoldList[Times, 1, Select[Range[6], CompositeQ]] (* Amiram Eldar, Jul 20 2025 *)
CROSSREFS
Cf. A000312, A036691, A046882, A165812.
Sequence in context: A139304 A018859 A180699 * A004217 A351309 A051333
Adjacent sequences: A195526 A195527 A195528 * A195530 A195531 A195532
KEYWORD
nonn
AUTHOR
Kausthub Gudipati, Sep 21 2011
EXTENSIONS
a(2) corrected by Franklin T. Adams-Watters, Sep 21 2011
STATUS
approved