[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A068254
1/4 the number of colorings of an n X n square array with 4 colors.
3
1, 21, 2403, 1500183, 5110723191, 95013316876491, 9639473169171326643, 5336900216006709884938623, 16124704040675904181778734982451, 265865038636937159336134567410478299051
OFFSET
1,2
LINKS
Jean-François Alcover, Table of n, a(n) for n = 1..16
MATHEMATICA
A222444 = Cases[Import["https://oeis.org/A222444/b222444.txt", "Table"], {_, _}][[All, 2]];
a[n_] := A222444[[2 n^2 - 2 n + 1]];
Table[a[n], {n, 1, 16}] (* Jean-François Alcover, Sep 23 2019 *)
CROSSREFS
Main diagonal of A222444.
Sequence in context: A123844 A172622 A172675 * A144853 A131314 A225686
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 24 2002
EXTENSIONS
a(9)-a(10) from Alois P. Heinz, Apr 27 2012
STATUS
approved