Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091142
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091142 a(n) = 2a(n-1) + 4a(n-2) - 2a(n-3). +0
4
1, 2, 6, 18, 56, 172, 532, 1640, 5064, 15624, 48224, 148816, 459280, 1417376, 4374240, 13499424, 41661056, 128571328, 396788032, 1224539264, 3779088000, 11662756992, 35992787456, 111078426880, 342802489600, 1057933111808 (list; graph; listen)
OFFSET

1,2

COMMENT

One of 3 related sequences generated from finite difference operations. Let r(1)=s(1)=t(1)=1. Given r(n), s(n) and t(n), let f(x) = r(n) x^2 + s(n) x + t(n) and let r(n+1), s(n+1) and t(n+1) be the 0-th, 1-st and 2-nd differences of f(x) at x=1. I.e. r(n+1) = f(1) = r(n)+s(n)+t(n), s(n+1) = f(2)-f(1) = 3r(n)+s(n) and t(n+1) = f(3)-2f(2)+f(1) = 2r(n). This sequence gives t(n).

FORMULA

Let v(n) be the column vector with elements r(n), s(n), t(n); then v(n) = [1 1 1 / 3 1 0 / 2 0 0] v(n-1).

The limit as n->infinity of a(n+1)/a(n) is the largest root of x^3 - 2x^2 - 4x + 2 = 0, which is about 3.086130197651494.

MATHEMATICA

a[n_] := (MatrixPower[{{1, 1, 1}, {3, 1, 0}, {2, 0, 0}}, n-1].{{1}, {1}, {1}})[[3, 1]]

CROSSREFS

Cf. r(n) = A091140(n), s(n) = A091141(n).

Sequence in context: A148456 A148457 A002999 this_sequence A111961 A071721 A125306

Adjacent sequences: A091139 A091140 A091141 this_sequence A091143 A091144 A091145

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 21 2003

page 1

Search completed in 0.006 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research