login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076492
Number of common decimal digits of n! and (n+1)!.
1
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,5
MATHEMATICA
Table[Length[Intersection[IntegerDigits[(n+1)!, InterDigits[n! ]]], {n, 1, 100}]
Length[Intersection[#[[1]], #[[2]]]]&/@Partition[IntegerDigits[ Range[ 90]!], 2, 1] (* Harvey P. Dale, Jun 26 2021 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Oct 21 2002
EXTENSIONS
More terms from Diana L. Mecum, Jun 17 2007
STATUS
approved