login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A209594 Number of 3 X 3 0..n arrays with every element equal to a diagonal or antidiagonal reflection. 1
192, 3645, 28672, 140625, 513216, 1529437, 3932160, 9034497, 19000000, 37202781, 68677632, 120670225, 203297472, 330328125, 520093696, 796539777, 1190427840, 1740697597, 2496000000, 3516410961, 4875335872, 6661615005, 8981839872 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Row 3 of A209593.
LINKS
FORMULA
a(n) = (n+1) ^ 6 * (2*n+1).
From Colin Barker, Jul 11 2018: (Start)
G.f.: x*(192 + 2109*x + 4888*x^2 + 2557*x^3 + 352*x^4 - 25*x^5 + 8*x^6 - x^7) / (1 - x)^8.
a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8) for n>7.
(End)
EXAMPLE
Some solutions for n=3:
..2..1..2....3..3..2....0..2..0....1..2..3....1..2..1....2..2..1....0..3..1
..1..3..2....3..1..1....2..2..0....2..3..1....0..2..2....2..3..0....2..1..3
..3..2..0....2..1..3....0..0..3....2..1..0....2..0..2....0..0..0....2..2..3
PROG
(PARI) a(n) = (2*n+1)*(n+1)^6; \\ Altug Alkan, Jul 11 2018
CROSSREFS
Cf. A209593.
Sequence in context: A174384 A232919 A362738 * A168635 A299863 A223421
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 10 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)