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”).

A068257
1/7 the number of colorings of an n X n square array with 7 colors.
3
1, 186, 923526, 122408393436, 433110977725751106, 40908457493732914322944536, 103146129375410533061371714364918916, 6942544711174164051575906086886643368922134556, 12474132532762777585883439690925675118905860580968258566406
OFFSET
1,2
LINKS
Jean-François Alcover, Table of n, a(n) for n = 1..13
MATHEMATICA
A222340 = Cases[Import["https://oeis.org/A222340/b222340.txt", "Table"], {_, _}][[All, 2]];
a[n_] := A222340[[2 n^2 - 2 n + 1]];
Table[a[n], {n, 1, 13}] (* Jean-François Alcover, Sep 23 2019 *)
CROSSREFS
Main diagonal of A222340.
Sequence in context: A265171 A146502 A231055 * A226675 A226672 A086000
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 24 2002
EXTENSIONS
a(7)-a(9) from Alois P. Heinz, Apr 27 2012
STATUS
approved