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!)
A218271 a(n) = a(n-1)^a(n-2) + a(n-3) with a(0) = a(1) = a(2) = 1. 3
1, 1, 1, 2, 3, 10, 1002, 1020180963368077455371525121027 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(8) has over 30000 digits.
LINKS
EXAMPLE
a(3) = a(2)^a(1) + a(0) = 1^1+1 = 1+1 = 2.
MATHEMATICA
t = {1, 1, 1}; Do[AppendTo[t, t[[-1]]^t[[-2]] + t[[-3]]], {5}]; t (* T. D. Noe, Oct 29 2012 *)
CROSSREFS
Sequence in context: A270442 A330581 A184163 * A128125 A351775 A070239
KEYWORD
nonn
AUTHOR
Nico Brown, Oct 24 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)