OFFSET
0,2
COMMENTS
The n-th Primorial raised to its own power.
Terms from a(4) on have 488, 7770, 134461 and 2913994 digits (A195188) and are too large to be listed explicitly.
LINKS
Eric Weisstein's World of Mathematics, Ultraprimorial
MAPLE
P:=proc(i) local a, n; a:=1; print(1); for n from 1 by 1 to i do a:=a*ithprime(n); print(a^a); od; end: P(10);
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paolo P. Lava and Giorgio Balzarotti, Sep 28 2009
EXTENSIONS
Slightly edited by R. J. Mathar, Sep 29 2009
STATUS
approved