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.

A370556 a(n) is the denominator of f(n)*conj(f(n)), where f(n) = Product_{k=1..n} (1/k + i), i is the imaginary unit, and conj(z) is the complex conjugate of z.

Original entry on oeis.org

1, 2, 9, 144, 72, 2592, 63504, 4064256, 164602368, 658409472, 39833773056, 5736063320064, 2868031660032, 562134205366272, 2529603924148224, 647578604581945344, 323789302290972672, 104907733942275145728, 18935845976580663803904, 302973535625290620862464, 66805664605376581900173312
Offset: 1

Views

Author

Hugo Pfoertner, Feb 23 2024

Keywords

Crossrefs

A370555 are the corresponding numerators.

Programs

  • PARI
    a370556(n) = my (f(n)=prod(k=1, n, 1/k + I)); denominator(f(n)*conj(f(n)))