The question is: Determine the number of ways of placing the numbers $1, 2 \dots n$ in a circle such that no two consecutive integers ($1$ and $n$ are considered consecutive) appear adjacently.
The answer (determined by an R code) is given by the OEIS sequence A078603 and has no known recurrence on the website. Can someone help me determine a closed form/determine a recurrence for the given problem if it exists and is known?