[go: up one dir, main page]

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

Showing entries 1-10 | older changes
Number of connectable 3 X n binary matrices.
(history; published version)
#20 by Charles R Greathouse IV at Thu Sep 08 08:45:01 EDT 2022
PROG

(MAGMAMagma) I:=[1, 3, 13]; [n le 3 select I[n] else 7*Self(n-1)-3*Self(n-2)+5*Self(n-3): n in [1..25]]; // Vincenzo Librandi, Apr 28 2012

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#19 by Charles R Greathouse IV at Sat Jun 13 00:50:14 EDT 2015
LINKS

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

Discussion
Sat Jun 13
00:50
OEIS Server: https://oeis.org/edit/global/2439
#18 by Jon E. Schoenfield at Sun Mar 08 17:47:59 EDT 2015
STATUS

editing

approved

#17 by Jon E. Schoenfield at Sun Mar 08 17:47:57 EDT 2015
COMMENTS

A connected (0,1) matrix is one where you can get from any black square, i.e. a 1, , a1, to any other by chess king moves. A matrix is connectable if it is not connected, has rightmost column [1,0,1]' and becomes connected when any of [1,1,1]', [1,1,0]', [0,1,1]' or [0,1,0]' is appended.

LINKS

_Vincenzo Librandi_, , <a href="/A054420/b054420.txt">Table of n, a(n) for n = 1..1000</a>

<a href="/Sindx_Rea.htmlindex/Rec#recLCCorder_03">Index to sequences with linear recurrences with constant coefficients</a>, signature (7,-3,5).

FORMULA

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

G.f.: x*(1+x)*(1-5*x)/(1 - 7*x + 3*x^2 - 5*x^3). [- _Colin Barker, _, Mar 08 2012]

STATUS

approved

editing

#16 by Joerg Arndt at Sat Apr 28 15:16:25 EDT 2012
STATUS

editing

approved

#15 by Joerg Arndt at Sat Apr 28 15:16:14 EDT 2012
LINKS

_Vincenzo Librandi, _, <a href="/A054420/b054420.txt">Table of n, a(n) for n = 1..1000</a>

FORMULA

a(n) = 7a7*a(n-1)-3a3*a(n-2)+5a5*a(n-3).

STATUS

proposed

editing

#14 by Vincenzo Librandi at Sat Apr 28 15:09:12 EDT 2012
STATUS

editing

proposed

#13 by Vincenzo Librandi at Sat Apr 28 15:09:03 EDT 2012
LINKS

<a href="/Sindx_Rea.html#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (7,-3,5).

<a href="/Sindx_Rea.html#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (7,-3,5).

#12 by Vincenzo Librandi at Sat Apr 28 15:08:26 EDT 2012
LINKS

<a href="/Sindx_Rea.html#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (7,-3,5).

Vincenzo Librandi, <a href="/A054420/b054420.txt">Table of n, a(n) for n = 1..1000</a>

MATHEMATICA

CoefficientList[Series[(1+x)*(1-5*x)/(1-7*x+3*x^2-5*x^3), {x, 0, 30}], x] (* Vincenzo Librandi, Apr 28 2012 *)

PROG

(MAGMA) I:=[1, 3, 13]; [n le 3 select I[n] else 7*Self(n-1)-3*Self(n-2)+5*Self(n-3): n in [1..25]]; // Vincenzo Librandi, Apr 28 2012

STATUS

approved

editing

#11 by Russ Cox at Sat Mar 31 10:30:26 EDT 2012
EXTENSIONS

More terms from _James A. Sellers (sellersj(AT)math.psu.edu), _, May 23 2000

Discussion
Sat Mar 31
10:30
OEIS Server: https://oeis.org/edit/global/639