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!)
A101407 a(n) = 4^(n!). 1
4, 4, 16, 4096, 281474976710656, 1766847064778384329583297500742918515827483896875618958121606201292619776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
a(3) = 4^(3!) = 4096.
MATHEMATICA
a=4; lst={}; Do[a=a^n; AppendTo[lst, a], {n, 1, 7}]; lst (* Vladimir Joseph Stephan Orlovsky, May 26 2009 *)
4^Range[0, 5]! (* Harvey P. Dale, Aug 22 2016 *)
CROSSREFS
Sequence in context: A165422 A051460 A191972 * A294245 A117785 A117787
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Jan 15 2005
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 27 07:58 EDT 2024. Contains 372009 sequences. (Running on oeis4.)