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.

A157758 a(n) = 297754*n - 244754.

This page as a plain text file.
%I A157758 #21 Sep 08 2022 08:45:42
%S A157758 53000,350754,648508,946262,1244016,1541770,1839524,2137278,2435032,
%T A157758 2732786,3030540,3328294,3626048,3923802,4221556,4519310,4817064,
%U A157758 5114818,5412572,5710326,6008080,6305834,6603588,6901342,7199096
%N A157758 a(n) = 297754*n - 244754.
%C A157758 The identity (15780962*n^2-25943924*n+10662963)^2-(2809*n^2-4618*n+1898)*(297754*n-244754)^2=1 can be written as A157759(n)^2-A157757(n)*a(n)^2=1.
%H A157758 Vincenzo Librandi, <a href="/A157758/b157758.txt">Table of n, a(n) for n = 1..10000</a>
%H A157758 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).
%F A157758 a(n) = 2*a(n-1) - a(n-2).
%F A157758 G.f.: x*(53000 + 244754*x)/(1-x)^2.
%t A157758 LinearRecurrence[{2, -1}, {53000, 350754}, 30]
%o A157758 (Magma) I:=[53000, 350754]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..40]];
%o A157758 (PARI) a(n) = 297754*n - 244754;
%Y A157758 Cf. A157757, A157759.
%K A157758 nonn,easy
%O A157758 1,1
%A A157758 _Vincenzo Librandi_, Mar 06 2009