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.

A351530 The number of quinary strings of length n containing 00.

This page as a plain text file.
%I A351530 #24 Mar 26 2024 10:34:29
%S A351530 0,0,1,9,65,421,2569,15085,86241,483429,2669305,14564061,78699089,
%T A351530 421880725,2246459881,11894065549,62665617345,328756309701,
%U A351530 1718275598809,8951067087165,46492068009521,240846026714869,1244719810538185,6419100507215341
%N A351530 The number of quinary strings of length n containing 00.
%H A351530 Michael De Vlieger, <a href="/A351530/b351530.txt">Table of n, a(n) for n = 0..1430</a>
%H A351530 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (9,-16,-20).
%F A351530 G.f.: x^2 / ( (5*x-1)*(4*x^2+4*x-1) ).
%F A351530 a(n) = 5^n - A086347(n).
%F A351530 a(n) = 9*a(n-1) - 16*a(n-2) - 20*a(n-3). - _Wesley Ivan Hurt_, Jun 22 2022
%t A351530 CoefficientList[Series[x^2/((5*x - 1)*(4*x^2 + 4*x - 1)), {x, 0, 30}], x] (* _Wesley Ivan Hurt_, Jun 22 2022 *)
%t A351530 LinearRecurrence[{9,-16,-20},{0,0,1},30] (* _Harvey P. Dale_, Mar 26 2024 *)
%Y A351530 Cf. A008466 (2-ary), A186244 (3-ary), A351529 (4-ary), A086347 (not containing 00).
%K A351530 nonn,easy
%O A351530 0,4
%A A351530 _R. J. Mathar_, Feb 13 2022