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.

A136742 Product of the n-th run of squarefree numbers.

Original entry on oeis.org

6, 210, 110, 2730, 17, 19, 10626, 26, 26970, 39270, 54834, 74046, 2162, 51, 53, 55, 195054, 3782, 287430, 342930, 5402, 474474, 6806, 635970, 89, 91, 830490, 97, 1061106, 1190910, 1330890, 1481430, 14042, 15006, 127, 2196870, 17822, 2627934
Offset: 1

Views

Author

Reinhard Zumkeller, Jan 20 2008

Keywords

Comments

All terms are squarefree;
a(n) mod A072284(n) = 0;
A136743(n) = A001221(a(n)).

Examples

			n=10: A072284(10)=33, A120992(10)=3: a(10)=33*34*35=39270.
		

Crossrefs

Cf. A005117.

Programs

Formula

a(n) = Product_{k=0..A120992(n)-1} (A072284(n)+k).