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.

A341991 Multiplicative defect in a natural approximation for the terms of A341617.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 1, 1, 4, 12, 6, 6, 6, 6, 3, 1, 8, 8, 12, 12, 6, 6
Offset: 1

Views

Author

Thomas Ward, Feb 25 2021

Keywords

Comments

A coarse approximation to A341617(n) is the primorial of (n-1), and the terms of this sequence are the quotient A341617(n) divided by the primorial of (n-1).

Examples

			For n = 3 it is known that A341617(3) = 2, so a(3) = 2/(3-1)! = 1.
		

Crossrefs

Formula

a(n) = A341617(n)/radical((n-1)!) = A341617(n)/(n-1)# = A341617(n)/A002110(n-1).