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.

A337929 Numbers w such that (F(2*n-1)^2, -F(2*n)^2, w) are primitive solutions of the Diophantine equation 2*x^3 + 2*y^3 + z^3 = 1, where F(n) is the n-th Fibonacci number (A000045).

This page as a plain text file.
%I A337929 #26 Aug 23 2021 12:05:00
%S A337929 1,11,79,545,3739,25631,175681,1204139,8253295,56568929,387729211,
%T A337929 2657535551,18215019649,124847601995,855718194319,5865179758241,
%U A337929 40200540113371,275538601035359,1888569667134145,12944449068903659,88722573815191471,608113567637436641
%N A337929 Numbers w such that (F(2*n-1)^2, -F(2*n)^2, w) are primitive solutions of the Diophantine equation 2*x^3 + 2*y^3 + z^3 = 1, where F(n) is the n-th Fibonacci number (A000045).
%H A337929 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (8,-8,1).
%F A337929 a(n) = (2*F(2*n)^6 - 2*F(2*n-1)^6 + 1)^(1/3).
%F A337929 From _Colin Barker_, Oct 01 2020: (Start)
%F A337929 G.f.: x*(1 + 3*x - x^2) / ((1 - x)*(1 - 7*x + x^2)).
%F A337929 a(n) = 8*a(n-1) - 8*a(n-2) + a(n-3) for n>3.
%F A337929 (End)
%F A337929 a(n) = 2*A003482(n) + 1. - _Hugo Pfoertner_, Oct 01 2020
%F A337929 a(n) = A033888(n) - A064170(n+2). - _Flávio V. Fernandes_, Jan 10 2021
%e A337929 2*(F(3)^2)^3 + 2*(-F(4)^2)^3 + 11^3 = 2*4^3 + 2*(-9)^3 + 11^3 = 1, 11 is a term.
%t A337929 Table[(2*Fibonacci[2n]^6 - 2*Fibonacci[2n-1]^6 + 1)^(1/3), {n, 22}]
%t A337929 LinearRecurrence[{8,-8,1},{1,11,79},30] (* _Harvey P. Dale_, Aug 23 2021 *)
%Y A337929 Cf. A000045, A000578, A003482, A056573, A337928.
%K A337929 nonn,easy
%O A337929 1,2
%A A337929 _XU Pingya_, Sep 30 2020