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.

A117125 Positive integers that can be expressed as the difference between a factorial and a double factorial.

Original entry on oeis.org

0, 1, 3, 4, 5, 9, 15, 16, 21, 22, 23, 72, 105, 112, 117, 118, 119, 336, 615, 672, 705, 712, 717, 718, 719, 1200, 4095, 4656, 4935, 4992, 5025, 5032, 5037, 5038, 5039
Offset: 1

Views

Author

Keywords

Examples

			117 = 5! - 3!!
4992 = 7! - 6!!
		

Crossrefs

Formula

n! - m!! being n! > m!!