login

Revision History for A361613

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
The number of magic quad squares that can be formed using cards from Quads-2^n deck.
(history; published version)
#22 by Michael De Vlieger at Wed Aug 09 18:19:16 EDT 2023
STATUS

proposed

approved

#21 by Alois P. Heinz at Wed Aug 09 17:25:31 EDT 2023
STATUS

editing

proposed

#20 by Alois P. Heinz at Wed Aug 09 17:25:27 EDT 2023
LINKS

Julia Crager, Felicia Flores, Timothy E. Goldberg, Lauren L. Rose, Daniel Rose-Levine, Darrion Thornburgh, and Raphael Walker, <a href="https://arxiv.org/abs/2212.05353">How many cards should you lay out in a game of EvenQuads? A detailed study of 2-caps in AG(2, n,2)</a>, arXiv:2212.05353 [math.CO], 2023.

STATUS

proposed

editing

#19 by Michel Marcus at Wed Aug 09 17:18:33 EDT 2023
STATUS

editing

proposed

#18 by Michel Marcus at Wed Aug 09 17:18:30 EDT 2023
LINKS

Julia Crager, Felicia Flores, Timothy E. Goldberg, Lauren L. Rose, Daniel Rose-Levine, Darrion Thornburgh, and Raphael Walker, <a href="https://arxiv.org/abs/2212.05353">How many cards should you lay out in a game of EvenQuads? A detailed study of 2-caps in AG(2, n)</a>, arXiv:2212.05353 [math.CO], 2023.

STATUS

approved

editing

#17 by N. J. A. Sloane at Wed Aug 02 14:19:38 EDT 2023
STATUS

editing

approved

#16 by N. J. A. Sloane at Wed Aug 02 14:19:31 EDT 2023
NAME

The number of magic quads quad squares that can be formed using cards from Quads-2^n deck.

COMMENTS

This sequence counts the number of magic quads quad squares that can be made using the Quads-2^n deck (a generalization of the standard Quads-64 deck). Here a magic quads quad square is defined as to be a 4-by-4 square of Quads cards so that each row, column, and diagonal forms a quad.

STATUS

proposed

editing

Discussion
Wed Aug 02
14:19
N. J. A. Sloane: edited
#15 by R. J. Mathar at Thu Jul 13 04:46:45 EDT 2023
STATUS

editing

proposed

#14 by R. J. Mathar at Thu Jul 13 04:46:37 EDT 2023
NAME

Number The number of magic quads squares that can be formed using cards from Quads-2^n deck.

LINKS

<a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (510,-86360,6217920,-205605888,3183575040,-22638755840,68451041280,-68719476736).

FORMULA

G.f.: 645120*x^4*(5+39920*x+70091776*x^2+11866341376*x^3) / ( (4*x-1) *(256*x-1) *(64*x-1) *(2*x-1) *(8*x-1) *(128*x-1) *(16*x-1) *(32*x-1) ). - R. J. Mathar, Jul 13 2023

MAPLE

A361613 := proc(n)

2^n*(2^n - 1)*(2^n - 2)*(2^n - 4)*(2^n - 8)*(10 + 85*(2^n - 16) + 43*(2^n - 16)*(2^n - 32) + (2^n - 16)*(2^n - 32)*(2^n - 64))

end proc:

seq(A361613(n), n=4..30) ; # R. J. Mathar, Jul 13 2023

KEYWORD

nonn,easy

STATUS

proposed

editing

#13 by Omar E. Pol at Mon Jun 19 11:52:19 EDT 2023
STATUS

editing

proposed