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.

A294038 a(n) = Product_{k=0..n-1} n/gcd(n, A056040(k)).

Original entry on oeis.org

1, 1, 4, 27, 64, 3125, 108, 823543, 65536, 14348907, 12500, 285311670611, 746496, 302875106592253, 3294172, 7119140625, 1099511627776, 827240261886336764177, 1549681956, 1978419655660313589123979, 40000000000, 13349464742886867, 1141246682444
Offset: 0

Views

Author

Peter Luschny, Nov 05 2017

Keywords

Crossrefs

Programs

  • Maple
    seq(mul(n/igcd(n, A056040(k)), k=0..n-1), n=0..22);