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!)
A234617 Numbers of undirected cycles in the 2n-crossed prism graph. 2
6, 28, 107, 380, 1345, 4878, 18219, 69736, 271589, 1069538, 4240351, 16877532, 67325913, 268902358, 1074741203, 4297097168, 17184391117, 68729044938, 274898091975, 1099554095044, 4398135640001, 17592372690878, 70369134247867, 281475790405560, 1125901601341365 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence extended via recurrence to start at n = 1. - Andrew Howroyd, May 09 2017
LINKS
Eric Weisstein's World of Mathematics, Crossed Prism Graph
Eric Weisstein's World of Mathematics, Graph Cycle
FORMULA
From Andrew Howroyd, May 09 2017 (Start)
a(n) = 10*a(n-1)-37*a(n-2)+64*a(n-3)-52*a(n-4)+16*a(n-5) for n>5.
G.f.: x*(24*x^4-38*x^3+49*x^2-32*x+6)/((1-4*x)*(x-1)^2*(2*x-1)^2).
(End)
a(n) = 2^(n-1)+4^n+(2^(n+1)-3)*n. - Eric W. Weisstein, May 11 2017
MATHEMATICA
Rest@ CoefficientList[Series[x (24 x^4 - 38 x^3 + 49 x^2 - 32 x + 6)/((1 - 4 x) (x - 1)^2*(2 x - 1)^2), {x, 0, 25}], x] (* or *)
LinearRecurrence[{10, -37, 64, -52, 16}, {6, 28, 107, 380, 1345}, 25] (* Michael De Vlieger, May 09 2017 *)
Table[2^(n - 1) + 4^n + (2^(n + 1) - 3) n, {n, 20}] (* Eric W. Weisstein, May 11 2017 *)
PROG
(PARI)
Vec((24*x^4-38*x^3+49*x^2-32*x+6)/((1-4*x)*(x-1)^2*(2*x-1)^2)+O(x^50)) \\ Andrew Howroyd, May 09 2017
CROSSREFS
Cf. A137885.
Sequence in context: A266976 A352739 A117999 * A028379 A332751 A263942
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Dec 28 2013
EXTENSIONS
Offset corrected and a(1), a(10)-a(25) from Andrew Howroyd, May 09 2017
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)