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!)
A367993 Number of 4-cycles in the n X n white bishop graph. 0
0, 0, 6, 16, 50, 96, 196, 320, 540, 800, 1210, 1680, 2366, 3136, 4200, 5376, 6936, 8640, 10830, 13200, 16170, 19360, 23276, 27456, 32500, 37856, 44226, 50960, 58870, 67200, 76880, 87040, 98736, 110976, 124950, 139536, 156066, 173280, 192660 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
Eric Weisstein's World of Mathematics, Graph Cycle.
Eric Weisstein's World of Mathematics, White Bishop Graph.
FORMULA
a(n) = (n - 1)^2*(2*n^2 - 4*n - 3 + 3*(-1)^n)/24.
a(n) = 2*a(n-1) + 2*a(n-2) - 6*a(n-3) + 6*a(n-5) - 2*a(n-6) - 2*a(n-7) + a(n-8).
G.f.: -2*x^4*(3+2*x+3*x^2)/((-1+x)^5*(1+x)^3).
MATHEMATICA
Table[(n - 1)^2 (2 n^2 - 4 n - 3 + 3 (-1)^n)/24, {n, 2, 20}]
LinearRecurrence[{2, 2, -6, 0, 6, -2, -2, 1}, {0, 0, 6, 16, 50, 96, 196, 320}, 20]
CoefficientList[Series[-2 x^2 (3 + 2 x + 3 x^2)/((-1 + x)^5 (1 + x)^3), {x, 0, 20}], x]
CROSSREFS
Sequence in context: A364676 A341657 A288572 * A301978 A275585 A026086
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Dec 07 2023
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 30 10:25 EDT 2024. Contains 372131 sequences. (Running on oeis4.)