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.

This page as a plain text file.
%I A370556 #7 Feb 23 2024 07:10:20
%S A370556 1,2,9,144,72,2592,63504,4064256,164602368,658409472,39833773056,
%T A370556 5736063320064,2868031660032,562134205366272,2529603924148224,
%U A370556 647578604581945344,323789302290972672,104907733942275145728,18935845976580663803904,302973535625290620862464,66805664605376581900173312
%N 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.
%o A370556 (PARI) a370556(n) = my (f(n)=prod(k=1, n, 1/k + I)); denominator(f(n)*conj(f(n)))
%Y A370556 A370555 are the corresponding numerators.
%Y A370556 Cf. A370547, A370548, A370549, A370550, A370551, A370552, A370553, A370554.
%K A370556 nonn,frac,easy
%O A370556 1,2
%A A370556 _Hugo Pfoertner_, Feb 23 2024