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!)
A206608 Fibonacci sequence beginning 13, 10. 3
13, 10, 23, 33, 56, 89, 145, 234, 379, 613, 992, 1605, 2597, 4202, 6799, 11001, 17800, 28801, 46601, 75402, 122003, 197405, 319408, 516813, 836221, 1353034, 2189255, 3542289, 5731544, 9273833, 15005377, 24279210, 39284587, 63563797, 102848384, 166412181 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Fibonacci(n+5) + Fibonacci(n-6). - Greg Dresden and Gavron Campbell, Mar 03 2022
MATHEMATICA
LinearRecurrence[{1, 1}, {13, 10}, 80]
PROG
(Magma) I:=[13, 10]; [n le 2 select I[n] else Self(n-1)+ Self(n-2): n in [1..40]]; \\ Vincenzo Librandi, Feb 16 2012
CROSSREFS
Sequence in context: A240812 A291425 A180864 * A094813 A364712 A152298
KEYWORD
nonn,easy
AUTHOR
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)