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.

A189102 Greatest common divisor of n! and its arithmetic derivative.

Original entry on oeis.org

1, 1, 1, 4, 4, 48, 48, 192, 1728, 34560, 34560, 414720, 414720, 2903040, 130636800, 2090188800, 2090188800, 25082265600, 25082265600, 501645312000, 31603654656000, 347640201216000, 347640201216000, 5562243219456000, 139056080486400000
Offset: 1

Views

Author

Giorgio Balzarotti, Apr 16 2011

Keywords

Examples

			n = 5: 5! = 120, 120' = 244, gcd(120,244) = 4 -> a(5) = 4
		

Crossrefs

Formula

a(n) = gcd(n!,n!') = gcd(A000142(n),A068311(n)).