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!)
A134923 a(n) = (a(n-1)+a(n-2))^3, for n>=2; a(0)=0,a(1)=1. 1
0, 1, 1, 8, 729, 400315553, 64151935432803278387177768, 264015418305763603932856608512044494366944180663171394053409979316505418715161 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
a(4) = (a(3)+a(2))^3 = (8+1)^3 = 729
MATHEMATICA
RecurrenceTable[{a[0]==0, a[1]==1, a[n]==(a[n-1]+a[n-2])^3}, a, {n, 10}] (* Harvey P. Dale, Aug 05 2016 *)
CROSSREFS
Sequence in context: A023813 A068895 A115590 * A144230 A309377 A110039
KEYWORD
nonn
AUTHOR
Prashant Garg (prashant.garg1988(AT)yahoo.com), Jan 29 2008
EXTENSIONS
More terms from Harvey P. Dale, Aug 05 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 March 29 11:14 EDT 2024. Contains 371278 sequences. (Running on oeis4.)