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!)
A023441 Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-11). 1
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 143, 231, 372, 600, 967, 1559, 2513, 4051, 6530, 10526, 16967, 27350, 44086, 71064, 114550, 184647, 297638, 479772, 773359, 1246601, 2009434, 3239068, 5221152, 8416134 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
J. H. E. Cohn, Letter to the editor, Fib. Quart. 2 (1964), 108.
V. E. Hoggatt, Jr. and D. A. Lind, The dying rabbit problem, Fib. Quart. 7 (1969), 482-487.
FORMULA
G.f.: x/((x-1)*(1+x)*(x^9+x^7+x^5+x^3+x-1)). [R. J. Mathar, Jul 27 2009]
MATHEMATICA
LinearRecurrence[{1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1}, {0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55}, 40] (* Harvey P. Dale, Jun 06 2022 *)
PROG
(PARI) concat(0, Vec(x/((x-1)*(1+x)*(x^9+x^7+x^5+x^3+x-1)) + O(x^50))) \\ Michel Marcus, Sep 06 2017
CROSSREFS
See A000045 for the Fibonacci numbers.
Sequence in context: A093091 A105471 A189722 * A268133 A217737 A023442
KEYWORD
nonn
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)