cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A134923 a(n) = (a(n-1)+a(n-2))^3, for n>=2; a(0)=0,a(1)=1.

This page as a plain text file.
%I A134923 #14 Nov 29 2024 15:01:45
%S A134923 0,1,1,8,729,400315553,64151935432803278387177768,
%T A134923 264015418305763603932856608512044494366944180663171394053409979316505418715161
%N A134923 a(n) = (a(n-1)+a(n-2))^3, for n>=2; a(0)=0,a(1)=1.
%C A134923 a(n) = A112961(n)^3. - _Lyle Blosser_, Nov 29 2024
%e A134923 a(4) = (a(3)+a(2))^3 = (8+1)^3 = 729.
%t A134923 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 *)
%Y A134923 Cf. A112961.
%K A134923 nonn
%O A134923 0,4
%A A134923 Prashant Garg (prashant.garg1988(AT)yahoo.com), Jan 29 2008
%E A134923 More terms from _Harvey P. Dale_, Aug 05 2016