login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A220079 7^(n!). 1
7, 7, 49, 117649, 191581231380566414401 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = a(n - 1)^n, a(0) = 2.
a(n) = A000420(A000142(n)).
MATHEMATICA
Table[7^(n!), {n, 0, 7}]
PROG
(Magma) [7^Factorial(n): n in [0..7]];
(Maxima) makelist(7^(n!), n, 0, 5); /* Martin Ettl, Dec 27 2012 */
CROSSREFS
Sequence in context: A214887 A203066 A165425 * A153272 A117860 A367456
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 16 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 11:02 EDT 2024. Contains 371779 sequences. (Running on oeis4.)