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 A190876 #33 May 26 2025 15:27:14 %S A190876 1,2,3,4,5,6,7,8,9,19,29,39,49,59,69,79,89,99,109,119,129,139,149,159, %T A190876 169,179,189,199,209,219,229,239,249,259,269,279,289,299,309,319,329, %U A190876 339,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,499,509,519,529,539,549,559,569,579,589,599,609 %N A190876 Numbers 1 through 8 together with numbers congruent to 9 mod 10. %C A190876 In lunar arithmetic, numbers n with the property that the sum of the divisors of n that are <= n is equal to n. %H A190876 Vincenzo Librandi, <a href="/A190876/b190876.txt">Table of n, a(n) for n = 1..1000</a> %H A190876 D. Applegate, M. LeBrun and N. J. A. Sloane, <a href="http://arxiv.org/abs/1107.1130">Dismal Arithmetic</a> [Note: we have now changed the name from "dismal arithmetic" to "lunar arithmetic" - the old name was too depressing] %H A190876 <a href="/index/Di#dismal">Index entries for sequences related to dismal (or lunar) arithmetic</a> %H A190876 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1). %F A190876 G.f.: x*(1+9*x^9)/(1-x)^2. - _Bruno Berselli_, May 23 2011 %F A190876 a(n) = 2*a(n-1) -a(n-2). - _Vincenzo Librandi_, Jul 12 2012 %t A190876 CoefficientList[Series[x*(1+9*x^9)/(1-x)^2,{x,0,69}],x] (* _Stefano Spezia_, May 26 2025 *) %o A190876 (Maxima) makelist(if n<9 then n else 10*n-81,n,1,70); /* _Bruno Berselli_, May 24 2011 */ %o A190876 (Magma) [n lt 9 select n else 10*n-81: n in [1..70]]; // _Bruno Berselli_, May 24 2011 %Y A190876 Cf. A017377. %K A190876 nonn,base,easy %O A190876 1,2 %A A190876 _N. J. A. Sloane_, May 23 2011