cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A062310 Number of ways writing n! as a sum of two nonprime numbers.

Original entry on oeis.org

0, 1, 0, 6, 42, 271, 2029, 16880, 156002, 1594424, 17875651, 217325325, 2858334613, 40361092223, 609787506215
Offset: 1

Views

Author

Labos Elemer, Jul 05 2001

Keywords

Examples

			n=4, 4!=24=2+22=4+20=6+18=8+16=12+12=9+15, so a(4)=6.
		

Crossrefs

Formula

A062610(n!) = number of nonprime+nonprime partitions of n!.

Extensions

a(9)-a(15) from Donovan Johnson, Oct 05 2010