A062310 Number of ways writing n! as a sum of two nonprime numbers.
0, 1, 0, 6, 42, 271, 2029, 16880, 156002, 1594424, 17875651, 217325325, 2858334613, 40361092223, 609787506215
Offset: 1
Keywords
Examples
n=4, 4!=24=2+22=4+20=6+18=8+16=12+12=9+15, so a(4)=6.
Formula
A062610(n!) = number of nonprime+nonprime partitions of n!.
Extensions
a(9)-a(15) from Donovan Johnson, Oct 05 2010