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.

A076492 Number of common decimal digits of n! and (n+1)!.

Original entry on oeis.org

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

Views

Author

Labos Elemer, Oct 21 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Length[Intersection[IntegerDigits[(n+1)!], IntegerDigits[n!]]], {n, 1, 100}]
    Length[Intersection[#[[1]],#[[2]]]]&/@Partition[IntegerDigits[ Range[ 90]!],2,1] (* Harvey P. Dale, Jun 26 2021 *)

Extensions

More terms from Diana L. Mecum, Jun 17 2007