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 A099979 #23 Aug 07 2022 09:53:07 %S A099979 5,21,50,85,130,210,250,341,455,546,610,850,850,1050,1300,1365,1450, %T A099979 1911,1810,2210,2500,2562,2650,3410,3255,3570,4100,4250,4210,5460, %U A099979 4810,5461,6100,6090,6500,7735,6850,7602,8500,8866,8410,10500,9250,10370 %N A099979 Bisection of A001157: sigma_2(2n). %H A099979 Seiichi Manyama, <a href="/A099979/b099979.txt">Table of n, a(n) for n = 1..10000</a> %F A099979 a(n) = A001157(2*n) = sigma_2(2*n). %F A099979 Sum_{k=1..n} a(k) ~ 3 * zeta(3) * n^3 / 2. - _Vaclav Kotesovec_, Aug 07 2022 %e A099979 a(1) = sigma_2(2*1) = 1 + 2^2 = 5. %e A099979 a(2) = sigma_2(2*2) = 1 + 2^2 + 4^2 = 21. %p A099979 with(numtheory): seq(sigma[2](2*n),n=1..50); # C. Ronaldo %t A099979 Table[DivisorSigma[2,2n],{n,1,47}] (* _Indranil Ghosh_, Mar 03 2017 *) %o A099979 (PARI) a(n) = sigma(2*n,2); \\ _Indranil Ghosh_, Mar 03 2017 %Y A099979 Sigma_2(k*n): A001157 (k=1), this sequence (k=2), A283237 (k=3). %K A099979 nonn,easy %O A099979 1,1 %A A099979 _N. J. A. Sloane_, Nov 19 2004 %E A099979 More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 18 2005 %E A099979 Offset changed to 1 by _Seiichi Manyama_, Mar 03 2017 %E A099979 Examples added and name edited by _M. F. Hasler_, Mar 06 2017