The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A295725 a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = 0, a(1) = 0, a(2) = -1, a(3) = 1. 1
0, 0, -1, 1, -2, 3, -3, 8, -3, 21, 2, 55, 25, 144, 105, 377, 354, 987, 1085, 2584, 3157, 6765, 8898, 17711, 24561, 46368, 66833, 121393, 180034, 317811, 481461, 832040, 1280733, 2178309, 3393506, 5702887, 8965321, 14930352, 23633529, 39088169, 62197410 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
a(n)/a(n-1) -> (1 + sqrt(5))/2 = golden ratio (A001622), so that a( ) has the growth rate of the Fibonacci numbers (A000045).
LINKS
FORMULA
a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 0, a(1) = 0, a(2) = -1, a(3) = 1.
G.f.: (-1 + x)/(-1 + x + x^2) + 1/(-1 + 2 x^2).
MATHEMATICA
LinearRecurrence[{1, 3, -2, -2}, {0, 0, -1, 1}, 100]
CROSSREFS
Sequence in context: A157144 A096714 A078035 * A132822 A347823 A185297
KEYWORD
easy,sign
AUTHOR
Clark Kimberling, Nov 29 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 May 25 22:07 EDT 2024. Contains 372806 sequences. (Running on oeis4.)