Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A004253
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A004253 a(n) = 5a(n-1) - a(n-2).
(Formerly M3553)
+0
17
1, 4, 19, 91, 436, 2089, 10009, 47956, 229771, 1100899, 5274724, 25272721, 121088881, 580171684, 2779769539, 13318676011, 63813610516, 305749376569, 1464933272329, 7018916985076, 33629651653051, 161129341280179 (list; graph; listen)
OFFSET

1,2

COMMENT

Number of domino tilings in K_3 X P_2n (or in S_4 X P_2n).

Number of perfect matchings in graph C_{3} X P_{2n}.

Number of perfect matchings in S_4 X P_2n.

In general, sum{k=0..n, binomial(2n-k,k)j^(n-k)}=(-1)^n*U(2n,I*sqrt(j)/2), I=sqrt(-1). - Paul Barry (pbarry(AT)wit.ie), Mar 13 2005

a(n) = L(n,5), where L is defined as in A108299; see also A030221 for L(n,-5). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jun 01 2005

Number of 01-avoiding words of length n on alphabet {0,1,2,3,4} which do not end in 0. (e.g. n=2, we have 02, 03, 04, 11, 12, 13, 14, 21, 22, 23, 24, 31, 32, 33, 34, 41, 42, 43, 44) - Tanya Khovanova (tanyakh(AT)yahoo.com), Jan 10 2007

(Sqrt(21)+5))/2 = 4.7912878... = exp ArcCosh(5/2) = 4 + 3/4 + 3/(4*19) + 3/(19*91) + 3/(91*436)... - Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 18 2007

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

F. Faase, On the number of specific spanning subgraphs of the graphs G X P_n, Ars Combin. 49 (1998), 129-154.

F. A. Haight, On a generalization of Pythagoras' theorem, pp. 73-77 of J. C. Butcher, editor, A Spectrum of Mathematics. Auckland University Press, 1971.

P. H. Lundow, "Computation of matching polynomials and the number of 1-factors in polygraphs", Research report, No 12, 1996, Department of Math., Umea University, Sweden.

F. M. van Lamoen, Square wreaths around hexagons, Forum Geometricorum, 6 (2006) 311-325.

LINKS

T. D. Noe, Table of n, a(n) for n=1..200

Index entries for sequences related to linear recurrences with constant coefficients

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.

F. Faase, Counting Hamilton cycles in product graphs

F. Faase, Results from the counting program

F. Faase, Counting Hamilton cycles in product graphs

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 422

Tanya Khovanova, Recursive Sequences

Per Hakan Lundow, Enumeration of matchings in polygraphs, 1998.

S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

James A. Sellers, Domino Tilings and Products of Fibonacci and Pell Numbers, Journal of Integer Sequences, Vol. 5 (2002), Article 02.1.2

F. M. van Lamoen, Article in Forum Geometricorum

Index entries for sequences related to dominoes

FORMULA

G.f.: (1 - x) / (1 - 5x + x^2 ).

For n>1 a(n)=b(n)+b(n-1) with b(n) as in A005386. - Floor van Lamoen, Dec 13 2006

a(n) ~ (1/2 + 1/14*sqrt(21))*(1/2*(5 + sqrt(21)))^n - Joe Keane (jgk(AT)jgk.org), May 16 2002

Let q(n, x)=sum(i=0, n, x^(n-i)*binomial(2*n-i, i)); then q(n, 3)=a(n) - Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 10 2002

For n>0, a(n)a(n+3) = 15 + a(n+1)a(n+2). - R. Stephan, May 29 2004

a(n)=sum{k=0..n, binomial(n+k, 2k)3^k} - Paul Barry (pbarry(AT)wit.ie), Jul 26 2004

a(n)=(-1)^n*U(2n, I*sqrt(3)/2), U(n, x) Chebyshev polynomial of second kind, I=sqrt(-1); - Paul Barry (pbarry(AT)wit.ie), Mar 13 2005

[a(n), A004254(n)] = the 2 X 2 matrix [1,3; 1,4]^n * [1,0]. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 19 2008

MAPLE

a[0]:=1: a[1]:=1: for n from 2 to 26 do a[n]:=5*a[n-1]-a[n-2] od: seq(a[n], n=1..22); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 26 2006

A004253:=-(-1+z)/(1-5*z+z**2); [S. Plouffe in his 1992 dissertation.]

CROSSREFS

Cf. A030221, A003501.

Partial sums are in A004254.

Row 5 of array A094954.

Cf. A004254.

Adjacent sequences: A004250 A004251 A004252 this_sequence A004254 A004255 A004256

Sequence in context: A015530 A010907 A087449 this_sequence A151253 A121179 A131552

KEYWORD

nonn

AUTHOR

Frans Faase (Frans_LiXia(AT)wxs.nl), Per Hakan Lundow (phl(AT)theophys.kth.se)

EXTENSIONS

Additional comments from James Sellers and N. J. A. Sloane (njas(AT)research.att.com), May 03, 2002

More terms from Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 17 2003

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 3 12:59 EST 2009. Contains 165766 sequences.


AT&T Labs Research