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.

A105350 Largest squared factorial dividing n!.

Original entry on oeis.org

1, 1, 1, 1, 4, 4, 36, 36, 576, 576, 518400, 518400, 518400, 518400, 25401600, 25401600, 1625702400, 1625702400, 131681894400, 131681894400, 13168189440000, 13168189440000, 1593350922240000, 1593350922240000, 229442532802560000, 229442532802560000
Offset: 0

Views

Author

Reinhard Zumkeller, Apr 01 2005

Keywords

Comments

a(n) = A001044(A056039(n)) = A056038(n)^2.
Whenever n > 1 is not in A056067, a(n) = A180064(n). - Andrey Zabolotskiy, Oct 19 2023

Crossrefs

Programs

  • Mathematica
    a[n_] := (For[k = 1, Divisible[n!, k!^2], k++]; (k-1)!^2)
    Table[a[n], {n, 0, 24}] (* Jean-François Alcover, Aug 07 2018 *)

Extensions

Data and offset corrected by Jean-François Alcover, Aug 07 2018
Edited by Andrey Zabolotskiy, Oct 18 2023