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.

A351864 Numerator of zeta({6}_n)/Pi^(6n).

Original entry on oeis.org

1, 1, 4, 2, 4, 1, 4, 4, 4, 4, 16, 2, 4, 2, 8, 8, 4, 4, 16, 8, 16, 1, 4, 4, 4, 4, 16, 4, 8, 4, 16, 16, 4, 4, 16, 8, 16, 4, 16, 16, 16, 16, 64, 2, 4, 2, 8, 8, 4, 4, 16, 8, 16, 2, 8, 8, 8, 8, 32, 8, 16, 8, 32, 32, 4, 4, 16, 8, 16, 4, 16
Offset: 0

Views

Author

Roudy El Haddad, Feb 22 2022

Keywords

Comments

({6}_n) is standard notation for multiple zeta values. It represents (6, ..., 6) where the multiplicity of 6 is n.

Crossrefs

Cf. A351806 (denominators).

Programs

  • Mathematica
    a[n_] := Numerator[6*2^(6*n)/(6*n + 3)!]; Array[a, 71, 0]
  • PARI
    a(n) = 1 << (hammingweight(3*n+1) - 1);

Formula

a(n) = numerator(6*2^(6*n)/(6*n + 3)!).
a(n) = 2^(A000120(3*n + 1) - 1).
a(n) = 2^A240883(n).