cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A023439 Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-9).

This page as a plain text file.
%I A023439 #30 Aug 26 2025 09:52:24
%S A023439 0,1,1,2,3,5,8,13,21,34,54,87,139,223,357,572,916,1467,2349,3762,6024,
%T A023439 9647,15448,24738,39614,63436,101583,162670,260491,417137,667981,
%U A023439 1069670,1712913,2742969,4392446,7033832,11263608,18036949,28883420,46252388,74066138,118605613
%N A023439 Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-9).
%H A023439 Floris P. van Doorn and Jasper Mulder, <a href="/A023439/b023439.txt">Table of n, a(n) for n = 0..2000</a>
%H A023439 J. H. E. Cohn, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/2-2/cohn1.pdf">Letter to the editor</a>, Fib. Quart. 2 (1964), 108.
%H A023439 V. E. Hoggatt, Jr. and D. A. Lind, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/7-5/hoggatt.pdf">The dying rabbit problem</a>, Fib. Quart. 7 (1969), 482-487.
%H A023439 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,0,0,0,0,0,0,-1).
%F A023439 G.f.: x / ( (x-1)*(1+x)*(x^7+x^5+x^3+x-1) ). - _R. J. Mathar_, Nov 29 2011
%t A023439 LinearRecurrence[{1,1,0,0,0,0,0,0,-1},{0,1,1,2,3,5,8,13,21},40] (* _Harvey P. Dale_, Dec 19 2021 *)
%Y A023439 See A000045 for the Fibonacci numbers.
%K A023439 nonn,easy,changed
%O A023439 0,4
%A A023439 _N. J. A. Sloane_