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.

A290533 Numerator of 2*n*(2*n+1) B_{2*n}, where B_n are the Bernoulli numbers.

This page as a plain text file.
%I A290533 #29 Aug 07 2017 10:02:37
%S A290533 0,1,-2,1,-12,25,-1382,245,-28936,131601,-2444554,9399643,-4727281820,
%T A290533 1000713051,-332492454406,43079206380025,-1356840503254192,
%U A290533 1533724275728365,-157891629318320864238,723708496718865073,-1044330873985796488204
%N A290533 Numerator of 2*n*(2*n+1) B_{2*n}, where B_n are the Bernoulli numbers.
%C A290533 In 1997, Matiyasevich found the following identity;
%C A290533 (n+2) * Sum_{k=2..n-2} B_k*B_{n-k} - 2 * Sum_{k=2..n-2} binomial(n+2, k)*B_k*B_{n-k} = n*(n+1)*B_n for n > 3.
%H A290533 Seiichi Manyama, <a href="/A290533/b290533.txt">Table of n, a(n) for n = 0..314</a>
%H A290533 Y. Matiyasevich, <a href="http://logic.pdmi.ras.ru/~yumat/personaljournal/identitybernoulli/bernulli.htm">Identities with Bernoulli numbers</a>, 1997.
%H A290533 H. Pan and Z. W. Sun, <a href="http://arXiv.org/abs/math.NT/0407363">New identities involving Bernoulli and Euler polynomials</a>, arXiv:math/0407363 [math.NT], 2004.
%e A290533 B_n gives the sequence 1, -1/2, 1/6, 0, -1/30, 0, 1/42, 0, -1/30, 0, 5/66, 0, -691/2730, ...
%e A290533 n*(n+1)*B_n gives the sequence 0, -1, 1, 0, -2/3, 0, 1, 0, -12/5, 0, 25/3, 0, -1382/35, 0, 245, 0, -28936/15, ...
%Y A290533 Cf. A002427/A006955.
%K A290533 sign,frac
%O A290533 0,3
%A A290533 _Seiichi Manyama_, Aug 05 2017