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”).

Smallest number a[n] > n such that a[n]! contains n! as a substring.
0

%I #2 Mar 31 2012 10:26:36

%S 1,5,4,9,20,14,40,28,434,10,1337,354,5370

%N Smallest number a[n] > n such that a[n]! contains n! as a substring.

%C What is a[13]?

%e a[5]=14 since 14!= 8717829_120_0.

%K base,hard,nonn

%O 0,2

%A _Erich Friedman_, Sep 11 2003