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.
%I A089909 #20 Mar 26 2024 14:45:52 %S A089909 0,36,748,11460,154572,1945684,23456796,274567908,3145679020, %T A089909 35456790132,394567901244,4345679012356,47456790123468, %U A089909 514567901234580,5545679012345692,59456790123456804,634567901234567916 %N A089909 Sum of digits of numbers between 0 and (8/9)*(10^n-1). %C A089909 From a suggestion of _Yalcin Aktar_ %H A089909 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (22,-141,220,-100). %F A089909 a(n) = s(8, n-1) where s(a, k)=a*(k+1)+a^2*sum(i=0, k, i*10^(k-i))+sum(i=0, k, 5*a*(9*(k-i)+a- 1)*10^(k-i-1)). %F A089909 a(n) = (4*(-11*(-1+10^n)+9*(2+9*10^n)*n))/81. G.f.: 4*x*(20*x^2-11*x+9) / ((x-1)^2*(10*x-1)^2). - _Colin Barker_, Jun 14 2013 %Y A089909 Cf. A089903, A089904, A089905, A087330, A089906, A089907, A089908, A034967. %K A089909 nonn,base,easy %O A089909 0,2 %A A089909 _Benoit Cloitre_, Nov 14 2003