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!)
A295686 a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 2, a(1) = 1, a(2) = 2, a(3) = 1. 1
2, 1, 2, 1, 4, 7, 10, 15, 26, 43, 68, 109, 178, 289, 466, 753, 1220, 1975, 3194, 5167, 8362, 13531, 21892, 35421, 57314, 92737, 150050, 242785, 392836, 635623, 1028458, 1664079, 2692538, 4356619, 7049156, 11405773, 18454930, 29860705, 48315634, 78176337 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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) = 2, a(1) = 1, a(2) = 2, a(3) = 1.
G.f.: (-2 + x - x^2 + 3 x^3)/(-1 + x + x^3 + x^4).
MATHEMATICA
LinearRecurrence[{1, 0, 1, 1}, {2, 1, 2, 1}, 100]
CROSSREFS
Sequence in context: A076198 A032021 A306703 * A246996 A260612 A159829
KEYWORD
nonn,easy
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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)