[go: up one dir, main page]

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

Showing entries 1-10 | older changes
a(n) = 64*n^2 - 16.
(history; published version)
#25 by Joerg Arndt at Tue Mar 07 02:27:09 EST 2023
STATUS

reviewed

approved

#24 by Michel Marcus at Tue Mar 07 02:20:47 EST 2023
STATUS

proposed

reviewed

#23 by Amiram Eldar at Tue Mar 07 02:09:26 EST 2023
STATUS

editing

proposed

#22 by Amiram Eldar at Tue Mar 07 01:53:17 EST 2023
DATA

48, 240, 560, 1008, 1584, 2288, 3120, 4080, 5168, 6384, 7728, 9200, 10800, 12528, 14384, 16368, 18480, 20720, 23088, 25584, 28208, 30960, 33840, 36848, 39984, 43248, 46640, 50160, 53808, 57584, 61488, 65520, 69680, 73968, 78384, 82928, 87600, 92400, 97328, 102384

FORMULA

From Vincenzo Librandi, Feb 09 2012: (Start)

G.f.: -16*x*(3 + 6*x - x^2)/(x - 1)^3. - _Vincenzo Librandi_, Feb 09 2012

a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - _Vincenzo Librandi_, Feb 09 2012(End)

#21 by Amiram Eldar at Tue Mar 07 01:52:08 EST 2023
FORMULA

From Amiram Eldar, Mar 07 2023: (Start)

Sum_{n>=1} 1/a(n) = 1/32.

Sum_{n>=1} (-1)^(n+1)/a(n) = (Pi-2)/64. (End)

STATUS

approved

editing

#20 by Charles R Greathouse IV at Thu Sep 08 08:45:42 EDT 2022
PROG

(MAGMAMagma) I:=[48, 240, 560]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Feb 09 2012

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#19 by Joerg Arndt at Wed Aug 22 07:48:20 EDT 2018
STATUS

proposed

approved

#18 by Jon E. Schoenfield at Wed Aug 22 07:26:00 EDT 2018
STATUS

editing

proposed

#17 by Jon E. Schoenfield at Wed Aug 22 07:25:56 EDT 2018
NAME

a(n) = 64*n^2 - 16.

COMMENTS

The identity (8*n^2 - 1)^2 - (64*n^2 - 16)*(n)^2 = 1 can be written as A157914(n)^2 - a(n)*(n)^2 = 1. - _Vincenzo Librandi, _, Feb 09 2012

FORMULA

G.f.: -16*x*(3 + 6*x - x^2)/(x - 1)^3. - _Vincenzo Librandi, _, Feb 09 2012

a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - _Vincenzo Librandi, _, Feb 09 2012

PROG

(MAGMA) I:=[48, 240, 560]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]]; // _Vincenzo Librandi, _, Feb 09 2012

(PARI) for(n=1, 40, print1(64*n^2 - 16", ")); \\ _Vincenzo Librandi, _, Feb 09 2012

STATUS

approved

editing

#16 by Charles R Greathouse IV at Sat Jun 17 02:52:40 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