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!)
A003693 Number of 2-factors in P_4 X P_n. 3
0, 2, 3, 18, 54, 222, 779, 2953, 10771, 40043, 147462, 545603, 2013994, 7442927, 27490263, 101563680, 375176968, 1386004383, 5120092320, 18914660608, 69873991466, 258127586367, 953569519203, 3522660270539 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
F. Faase, On the number of specific spanning subgraphs of the graphs G X P_n, Ars Combin. 49 (1998), 129-154.
LINKS
F. Faase, On the number of specific spanning subgraphs of the graphs G X P_n, Preliminary version of paper that appeared in Ars Combin. 49 (1998), 129-154.
FORMULA
a(n) = 2a(n-1) + 7a(n-2) - 2a(n-3) - 3a(n-4) + a(n-5), n > 5.
G.f.: (-x*(x-1)*(x-2)*(x+1))/(-1 + x^5 - 3*x^4 - 2*x^3 + 7*x^2 + 2*x). - Maksym Voznyy (voznyy(AT)mail.ru), Aug 10 2009
MATHEMATICA
LinearRecurrence[{2, 7, -2, -3, 1}, {0, 2, 3, 18, 54}, 30] (* Jean-François Alcover, Sep 21 2019 *)
CROSSREFS
Sequence in context: A053195 A347429 A211867 * A216628 A048047 A114165
KEYWORD
nonn,easy
AUTHOR
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 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)