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

Prime lengths of factorials: see A035065.
2

%I #14 Oct 08 2019 08:40:01

%S 2,3,3,5,7,11,13,19,23,29,31,37,41,47,53,67,79,97,101,127,131,137,139,

%T 149,167,173,179,181,191,193,197,199,227,229,233,239,257,263,281,283,

%U 307,337,359,373,389,401,431,443,457,467,479,491,503,541,563,571,593

%N Prime lengths of factorials: see A035065.

%H Giovanni Resta, <a href="/A035066/b035066.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Table[IntegerLength[n!],{n,500}],PrimeQ] (* _Harvey P. Dale_, May 03 2015 *)

%Y Cf. A000142, A035065.

%K nonn,base

%O 1,1

%A _Patrick De Geest_, Nov 15 1998

%E Offset changed to 1 by _Giovanni Resta_, Oct 08 2019