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.

A126633 a(n) is the number of nonnegative integers k less than 10^n such that the decimal representation of k lacks at least one of digits 1, 2, at least one of digits 3,4, at least one of digits 5,6 and at least one of digits 7,8,9.

This page as a plain text file.
%I A126633 #20 Apr 07 2024 17:43:10
%S A126633 10,94,832,6946,54880,412714,2975752,20722306,140285200,928323034,
%T A126633 6031661272,38617025266,244322679520,1531014308554,9519483716392,
%U A126633 58816232361826,361524350929840,2212804949145274,13497228660885112
%N A126633 a(n) is the number of nonnegative integers k less than 10^n such that the decimal representation of k lacks at least one of digits 1, 2, at least one of digits 3,4, at least one of digits 5,6 and at least one of digits 7,8,9.
%H A126633 Milan Janjic, <a href="http://www.pmfbl.org/janjic/">Enumerative Formulas for Some Functions on Finite Sets</a>
%H A126633 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (21,-175,735,-1624,1764,-720).
%F A126633 a(n) = 24*6^n-60*5^n+62*4^n-33*3^n+9*2^n-1.
%F A126633 G.f.: -2*x*(360*x^5-882*x^4+713*x^3-304*x^2+58*x-5) / ((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)*(6*x-1)). - _Colin Barker_, May 04 2014
%p A126633 A126633:=n->24*6^n-60*5^n+62*4^n-33*3^n+9*2^n-1; seq(A126633(n), n=1..20);
%t A126633 Table[24*6^n - 60*5^n + 62*4^n - 33*3^n + 9*2^n - 1, {n, 20}] (* _Wesley Ivan Hurt_, May 03 2014 *)
%t A126633 LinearRecurrence[{21,-175,735,-1624,1764,-720},{10,94,832,6946,54880,412714},30] (* _Harvey P. Dale_, May 05 2018 *)
%Y A126633 Cf. A125630, A125948, A125947, A125946, A125945, A125910, A125909, A125908, A125880, A125897, A125904, A125858.
%K A126633 nonn,base,easy
%O A126633 1,1
%A A126633 Aleksandar M. Janjic and _Milan Janjic_, Feb 08 2007