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.

A095209 a(0) = 1, and for n > 0, a(n) = the least multiple of prime(n) such that the geometric mean of a(0) to a(n) is an integer.

Original entry on oeis.org

1, 4, 54, 3750, 504210, 372027810, 144949074270, 209481995953230, 164735296593157290, 401824316553919068810, 2721846739094340967339230, 5095936579799734140259818030, 48850362989361131638352534231610
Offset: 0

Views

Author

Amarnath Murthy, Jun 08 2004

Keywords

Examples

			(1*4*54*3750)^(1/4) = 30.
		

Crossrefs

Programs

Formula

From Antti Karttunen and Peter Munn, May 04 2022: (Start)
The n-th partial product of these terms = A002110(n)^(1+n), i.e., the n-th geometric mean is the n-th power of (n-1)-th primorial.
a(n) = A002110(n) * A307539(n).
a(n) = A057335(A020522(n)). [Found by LODA-miner, follows from the above formulas]
(End)

Extensions

Edited by Don Reble, Jan 06 2007
Starting offset changed from 1 to 0 and the definition accordingly edited by Antti Karttunen, May 04 2022