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

A045516
Factorials with initial digit '4'.
18
40320, 479001600, 403291461126605635584000000, 4274883284060025564298013753389399649690343788366813724672000000000000, 40526919504877216755680601905432322134980384796226602145184481280000000000000
OFFSET
1,1
COMMENTS
Benford's law shows that this sequence will contain about (log 5 - log 4)/log 10 =~ 10% of factorials. [Charles R Greathouse IV, Nov 13 2010]
The next term (a(6)) has 106 digits. - Harvey P. Dale, Nov 05 2015
FORMULA
a(n) = A000142(A045523(n)). - Amiram Eldar, Jul 19 2020
MATHEMATICA
Select[Range[200]!, IntegerDigits[#][[1]]==4&] (* Harvey P. Dale, Nov 05 2015 *)
CROSSREFS
For factorials with initial digit d (1 <= d <= 9) see A045509, A045510, A045511, A045516, A045517, A045518, A282021, A045519; A045520, A045521, A045522, A045523, A045524, A045525, A045526, A045527, A045528, A045529.
Cf. A000142.
Sequence in context: A246616 A291115 A246219 * A160318 A227670 A172541
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
One more term (a(5)) from Harvey P. Dale, Nov 05 2015
STATUS
approved