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.

A300659 Product of digits of n!.

Original entry on oeis.org

1, 1, 2, 6, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Jaroslav Krizek, Jun 05 2018

Keywords

Comments

Also multiplicative digital root of n!.
Decimal expansion of 2817/25000. - Eric Chen, Jun 06 2018

Crossrefs

Programs

  • Magma
    [&*Intseq(Factorial(n)): n in [0..100]];
    
  • Mathematica
    Array[Times @@ IntegerDigits[#!] &, 105] (* Michael De Vlieger, Jun 06 2018 *)
  • PARI
    a(n) = my(d=digits(n!)); prod(k=1, #d, d[k]); \\ Michel Marcus, Jun 05 2018

Formula

G.f.: 1 + x + 2*x^2 + 6*x^3 + 8*x^4.
a(n) = 0 for n >= 5.
a(n) = A031347(A000142(n)).
a(n) = A007954(A000142(n)). - Eric Chen, Jun 06 2018