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.

A100777 Square-factorial numbers: a(1) = 1, a(n+1) = a(n) * largest square divisor of (n+1).

Original entry on oeis.org

1, 1, 1, 4, 4, 4, 4, 16, 144, 144, 144, 576, 576, 576, 576, 9216, 9216, 82944, 82944, 331776, 331776, 331776, 331776, 1327104, 33177600, 33177600, 298598400, 1194393600, 1194393600, 1194393600, 1194393600, 19110297600, 19110297600, 19110297600, 19110297600
Offset: 1

Views

Author

Amarnath Murthy, Nov 28 2004

Keywords

Comments

Complementary to A048803 which can be defined as squarefree factorials.
Partial products of A008833. - Ray Chandler, Nov 29 2004

Crossrefs

Programs

  • Mathematica
    f[p_, e_] := p^(2*Floor[e/2]); s[n_] := Times @@ (f @@@ FactorInteger[n]); FoldList[Times, 1, Array[s, 31, 2]] (* Amiram Eldar, Dec 07 2020 *)

Extensions

More terms from Amiram Eldar, Dec 07 2020