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.

A156178 A bisection of A000436.

Original entry on oeis.org

8, 38528, 2583554048, 825787662368768, 806875574817679474688, 1884680130335630169428983808, 8996956010653823687821026161328128, 78730345253083926602212304047862498459648, 1165875553018316795143687738745856008854981050368, 27479800301221036852377324247444630678920385132167692288
Offset: 0

Views

Author

N. J. A. Sloane, Nov 07 2009

Keywords

Programs

  • Maple
    a := n -> 2*(-144)^(2*n+1)*(Zeta(0,-4*n-2, 1/6)-Zeta(0,-4*n-2, 2/3)):
    seq(a(n), n=0..9); # Peter Luschny, Mar 11 2015

Formula

a(n) = 2*(-144)^(2*n+1)*(zeta(-4*n-2, 1/6)-zeta(-4*n-2,2/3)), where zeta(a,z) is the generalized Riemann zeta function.