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.

User: Samuel Baumard

Samuel Baumard's wiki page.

Samuel Baumard has authored 1 sequences.

A230059 Conjectural number of irreducible zeta values of weight 2*n+1 and depth three.

Original entry on oeis.org

0, 0, 0, 0, 1, 2, 2, 4, 5, 6, 8, 10, 11, 14, 16, 18, 21, 24, 26, 30, 33, 36, 40, 44, 47, 52, 56, 60, 65
Offset: 1

Author

Samuel Baumard, Oct 08 2013

Keywords

Comments

a(n) corresponds to the value predicted by the Broadhurst-Kreimer conjecture.
Is this sequence the same as A340445? - R. J. Mathar, Jan 26 2021

Formula

Conjecturally, a(n) = [((n-1)^2-1)/12] for n > 1.
Conjecturally, g.f.: x^5*(1+x-x^2)/((1-x)*(1-x^2)*(1-x^3)).
Conjecturally, a(n) = if(n<5, 0, (1/2)*(-2*a(n-3) - 4*a(n-2) - 4*a(n-1) + n^2 - 5*n + 2)). - Jean-François Alcover, Feb 23 2019.