[go: up one dir, main page]

login
Revision History for A157736 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = 388962*n^2 - 347508*n + 77617.
(history; published version)
#22 by Charles R Greathouse IV at Thu Sep 08 08:45:42 EDT 2022
PROG

(MAGMAMagma) I:=[119071, 938449, 2535751]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]];

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#21 by Bruno Berselli at Mon Apr 23 11:57:24 EDT 2018
STATUS

editing

approved

#20 by Bruno Berselli at Mon Apr 23 11:42:40 EDT 2018
COMMENTS

aThis is the case s=21 and r=197 in the identity (2*(s^2*n-r)^2-1)^2 - (((s^2*n-r)^2-1)/s^2)*(2*s*(s^2*n-r))^2 = 1, where ((s^2*n-r) + ^2-1 )/s^2 is twice a squarean integer if r^2 == 1 (mod s^2). - Bruno Berselli, Apr 23 2018

STATUS

approved

editing

#19 by Bruno Berselli at Mon Apr 23 09:50:39 EDT 2018
STATUS

editing

approved

#18 by Bruno Berselli at Mon Apr 23 09:50:35 EDT 2018
COMMENTS

a(n) + 1 is a twice of a square. - Bruno Berselli, Apr 23 2018

STATUS

approved

editing

#17 by Bruno Berselli at Mon Apr 23 09:36:08 EDT 2018
STATUS

editing

approved

#16 by Bruno Berselli at Mon Apr 23 09:26:44 EDT 2018
NAME

388962na(n) = 388962*n^2 - 347508n 347508*n + 77617.

COMMENTS

The identity (388962*n^2 - 347508*n + 77617)^2 - (441*n^2 - 394*n + 88)*(18522*n - 8274)^2 = 1 can be written as a(n)^2 - A157734(n)*A157735(n)^2 = 1.

a(n) + 1 is a twice of a square. - Bruno Berselli, Apr 23 2018

FORMULA

G.f.: x*(119071 + 581236*x + 77617*x^2)/(1 - x)^3.

a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).

G.f.: x*(-119071-581236*x-77617*x^2)/(x-1)^3.

MATHEMATICA

LinearRecurrence[{3, -3, 1}, {119071, 938449, 2535751}, 40]

STATUS

approved

editing

#15 by Bruno Berselli at Mon Apr 23 08:45:00 EDT 2018
STATUS

editing

approved

#14 by Bruno Berselli at Mon Apr 23 08:44:57 EDT 2018
LINKS

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

STATUS

approved

editing

#13 by Charles R Greathouse IV at Sat Jun 17 02:52:37 EDT 2017
LINKS

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

Discussion
Sat Jun 17
02:52
OEIS Server: https://oeis.org/edit/global/2661