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!)
A107299 a(n) = 4*a(n-1)-2*a(n-2)-3*a(n-3)+2*a(n-4), n>5. 0
3, 3, 10, 29, 94, 292, 913, 2844, 8862, 27605, 85990, 267852, 834337, 2598884, 8095286, 25216069, 78545726, 244662676, 762101617, 2373876076, 7394404494, 23032886325, 71745311318, 223480011292, 696119572545, 2168348106292 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (2*x-1)*(x^4-2*x^2-3*x+3)/( (x-1) * (2*x^3-x^2-3*x+1)) . [Sep 28 2009]
MATHEMATICA
b1 = x /. NSolve[x^3 - 3*x^2 - x + 2 == 0, x][[1]] b2 = x /. NSolve[x^3 - 3*x^2 - x + 2 == 0, x][[2]] b3 = x /. NSolve[x^3 - 3*x^2 - x + 2 == 0, x][[3]] digits = 25 a = Table[N[3*(b3^n + b1^n + b2^n)/(b3 + b2 + b1)], {n, 0, digits}] Floor[a]
LinearRecurrence[{4, -2, -3, 2}, {3, 3, 10, 29, 94, 292}, 30] (* Harvey P. Dale, Aug 21 2020 *)
CROSSREFS
Sequence in context: A019153 A049975 A019168 * A298899 A205388 A121446
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, May 20 2005
EXTENSIONS
Definition replaced by recurrence by the Associate Editors of the OEIS, Sep 28 2009
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 May 4 14:53 EDT 2024. Contains 372245 sequences. (Running on oeis4.)