The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A025607 Number of n-move rook paths on 8 X 8 board from given corner to same corner. 3
1, 0, 14, 84, 896, 10080, 127904, 1708224, 23426816, 325032960, 4532831744, 63353816064, 886318555136, 12404650352640, 173642248822784, 2430854346031104, 34031138021113856, 476430995352453120, 6670004313281921024, 93379882656019513344, 1307317290804734590976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Paths are not required to be self-avoiding. - Andrew Howroyd, Nov 05 2019
LINKS
FORMULA
G.f.: (1 - 18*x + 58*x^2)/((1 + 2*x)*(1 - 6*x)*(1 - 14*x)).
a(n) = 18*a(n-1) - 44*a(n-2) - 168*a(n-3) for n >= 3. - Andrew Howroyd, Nov 05 2019
MATHEMATICA
CoefficientList[ Series[(1 - 18 x + 58 x^2)/((1 + 2 x) (1 - 6 x) (1 - 14 x)), {x, 0, 16}], x]
LinearRecurrence[{18, -44, -168}, {1, 0, 14}, 30] (* Harvey P. Dale, Feb 13 2023 *)
PROG
(PARI) Vec((1 - 18*x + 58*x^2)/((1 + 2*x)*(1 - 6*x)*(1 - 14*x)) + O(x^20)) \\ Andrew Howroyd, Nov 05 2019
CROSSREFS
Sequence in context: A054149 A273182 A341854 * A272103 A244865 A059600
KEYWORD
nonn,easy,walk
AUTHOR
EXTENSIONS
Terms a(17) and beyond from Andrew Howroyd, Nov 05 2019
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 May 13 21:17 EDT 2024. Contains 372523 sequences. (Running on oeis4.)