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!)
A157854 1728000n - 384240. 3

%I #13 Sep 08 2022 08:45:42

%S 1343760,3071760,4799760,6527760,8255760,9983760,11711760,13439760,

%T 15167760,16895760,18623760,20351760,22079760,23807760,25535760,

%U 27263760,28991760,30719760,32447760,34175760,35903760,37631760

%N 1728000n - 384240.

%C The identity (103680000*n^2-46108800*n+5126401)^2-(3600*n^2-1601*n +178)*(1728000*n-384240)^2=1 can be written as A157855(n)^2-A157853(n)*a(n)^2=1.

%H Vincenzo Librandi, <a href="/A157854/b157854.txt">Table of n, a(n) for n = 1..10000</a>

%H Vincenzo Librandi, <a href="http://mathforum.org/kb/message.jspa?messageID=5785989&amp;tstart=0">X^2-AY^2=1</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).

%F a(n) = 2*a(n-1) -a(n-2).

%F G.f.: x*(1343760+384240*x)/(x-1)^2.

%t LinearRecurrence[{2,-1},{1343760,3071760},40]

%o (Magma) I:=[1343760, 3071760]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];

%o (PARI) a(n) = 1728000*n - 384240.

%Y Cf, A157853, A157855.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Mar 08 2009

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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)