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!)
A271938 a(1) = 1, a(2) = 3, a(n) = a(n-1)^a(n-2). 0
1, 3, 3, 27, 19683, 87189642485960958202911070585860771696964072404731750085525219437990967093723439943475549906831683116791055225665627 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[1] = 1; a[2] = 3; a[n_] := a[n] = a[n - 1]^a[n - 2]; Array[a, {6}] (* Michael De Vlieger, Apr 17 2016 *)
CROSSREFS
Cf. A264932 with a(n-1)^^a(n-2) or a(n-1)^a(n-2)^a(n-2);
Cf. A051285 (with a(2) = 2).
Sequence in context: A369013 A215829 A098340 * A075020 A138962 A139206
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, Apr 17 2016
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 20 02:14 EDT 2024. Contains 371798 sequences. (Running on oeis4.)