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!)
A102207 a(n) = 5a(n-1) - 5a(n-2) + a(n-3) with a(0) = 4, a(1) = 17, a(2) = 65. 1
4, 17, 65, 244, 912, 3405, 12709, 47432, 177020, 660649, 2465577, 9201660, 34341064, 128162597, 478309325, 1785074704, 6661989492, 24862883265, 92789543569, 346295291012, 1292391620480, 4823271190909, 18000693143157 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (3x-4)/((x-1)(x^2-4x+1))
(1/2) [A001353(n+1) + 5*A001353(n) - 1 ]. - Ralf Stephan, May 17 2007
a(n)=1/12*((3-7*Sqrt[3])*(2-Sqrt[3])^n+(3+7*Sqrt[3])*(2+Sqrt[3])^n-6). - Harvey P. Dale, Mar 15 2013
MATHEMATICA
a[0] = 4; a[1] = 17; a[2] = 65; a[n_] := a[n] = 5a[n - 1] - 5a[n - 2] + a[n - 3]; Table[ a[n], {n, 0, 22}] (* Or *)
CoefficientList[ Series[(3x - 4)/((x - 1)(x^2 - 4x + 1)), {x, 0, 22}], x] (* Robert G. Wilson v, Jan 12 2005 *)
LinearRecurrence[{5, -5, 1}, {4, 17, 65}, 30] (* or *) With[{c=Sqrt[3]}, Table[ Simplify[ ((3-7c)(2-c)^x+(2+c)^x (3+7c)-6)/12], {x, 30}]] (* Harvey P. Dale, Mar 15 2013 *)
CROSSREFS
Sequence in context: A005784 A095252 A181410 * A334827 A202555 A045992
KEYWORD
nonn
AUTHOR
Creighton Dement, Dec 30 2004
EXTENSIONS
More terms from Robert G. Wilson v, Jan 12 2005
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)