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.

A356342 a(n) = Sum_{k=1..n} binomial(2*n, k) * sigma_2(k).

This page as a plain text file.
%I A356342 #7 Aug 05 2022 06:12:05
%S A356342 2,34,281,2178,12397,79729,398932,2224354,10959221,56341309,255685080,
%T A356342 1334248401,5892916876,28082515768,127714609741,604178948098,
%U A356342 2590365128017,12284868071365,52160408294826,241445420212893,1049251819301974,4674022621994716,19563451165603647
%N A356342 a(n) = Sum_{k=1..n} binomial(2*n, k) * sigma_2(k).
%F A356342 a(n) ~ zeta(3) * n^2 * 2^(2*n-1).
%t A356342 Table[Sum[Binomial[2*n, k]*DivisorSigma[2, k], {k, 1, n}], {n, 1, 30}]
%o A356342 (PARI) a(n) = sum(k=1, n, binomial(2*n, k) * sigma(k, 2)); \\ _Michel Marcus_, Aug 05 2022
%Y A356342 Cf. A001157, A064602, A351146, A356038.
%K A356342 nonn
%O A356342 1,1
%A A356342 _Vaclav Kotesovec_, Aug 04 2022