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.

Previous Showing 11-13 of 13 results.

A079694 Number of 9's in n!.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 1, 0, 2, 1, 0, 0, 1, 3, 0, 1, 2, 2, 1, 1, 0, 4, 2, 1, 2, 2, 5, 3, 7, 4, 1, 5, 5, 0, 4, 2, 2, 4, 6, 7, 3, 2, 2, 3, 3, 6, 4, 6, 6, 5, 6, 8, 6, 7, 6, 7, 5, 6, 6, 8, 8, 7, 12, 5, 7, 5, 7, 10, 12, 7, 6, 9, 5, 12, 13, 12, 10, 9, 9, 10, 13, 18, 14, 12, 7, 7, 7, 15, 20, 16
Offset: 0

Views

Author

Cino Hilliard, Jan 31 2003

Keywords

Crossrefs

Programs

  • Mathematica
    DigitCount[#,10,9]&/@(Range[0,100]!) (* Harvey P. Dale, Dec 12 2013 *)

Formula

a(n) = A034886(n) - (A027869(n) + A079680(n) + A079714(n) + A079684(n) + A079688(n) + A079690(n) + A079691(n) + A079692(n) + A079693(n)). - Reinhard Zumkeller, Jan 27 2008

A137577 Largest of the least frequent digits in decimal representation of n!.

Original entry on oeis.org

9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 8, 9, 6, 9, 6, 1, 9, 9, 5, 8, 9, 9, 5, 7, 7, 9, 9, 2, 7, 9, 4, 7, 8, 8, 6, 8, 8, 6, 6, 9, 7, 9, 9, 8, 7, 7, 9, 9, 9, 9, 9, 1, 6, 8, 2, 7, 7, 5, 5, 1, 4, 5, 7, 1, 5, 7, 6, 6, 3, 9, 5, 9, 6, 3, 1, 5, 9, 4, 9, 8, 5, 8, 5, 8, 8, 6, 7, 4, 3, 3, 9, 9, 9, 1, 2, 5, 1, 7, 7
Offset: 0

Views

Author

Reinhard Zumkeller, Jan 27 2008

Keywords

Comments

A137578(n) <= a(n).

Examples

			n=10: 10! = 3628800 => a(10) = Max{1,4,5,7,9} = 9;
n=11: 11! = 39916800 => a(11) = Max{2,4,5,7} = 7.
		

Crossrefs

A137578 Smallest of the least frequent digits in decimal representation of n!.

Original entry on oeis.org

0, 0, 0, 0, 0, 3, 1, 1, 1, 1, 1, 2, 2, 1, 3, 2, 1, 1, 1, 7, 5, 3, 3, 1, 5, 6, 7, 2, 2, 2, 7, 3, 4, 2, 1, 8, 5, 8, 8, 5, 3, 9, 2, 4, 9, 8, 3, 7, 9, 9, 5, 4, 1, 1, 5, 7, 2, 3, 6, 5, 5, 1, 4, 5, 7, 1, 5, 3, 6, 6, 3, 4, 5, 9, 6, 3, 1, 5, 9, 4, 9, 3, 5, 8, 4, 8, 1, 6, 7, 4, 2, 3, 9, 9, 9, 1, 2, 4, 1, 7, 7
Offset: 0

Views

Author

Reinhard Zumkeller, Jan 27 2008

Keywords

Comments

a(n) <= A137577(n).

Examples

			n=10: 10! = 3628800 => a(10) = Min{1,4,5,7,9} = 1;
n=11: 11! = 39916800 => a(11) = Min{2,4,5,7} = 2.
		

Crossrefs

Previous Showing 11-13 of 13 results.