OFFSET
1,2
COMMENTS
0! and 1! are treated as distinct.
From Bernard Schott, Apr 13 2017: (Start)
Factorial numbers (A000142) are included in this sequence.
Only one factorial (2!) is the sum of distinct factorials in more than one way: 2! = 0! + 1!.
(End)
Sequence contains the same nonzero terms as A059590, and in addition also each term immediately after each maximal run of consecutive terms in A059590. For example, because A059590 contains numbers 30, 31, 32, 33, this sequence contains the same four terms, and also 34 which follows them but is not included in A059590. - Antti Karttunen, Apr 15 2017
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..10000
EXAMPLE
128 is in the sequence since 5! + 3! + 2! = 128.
2 = 0! + 1!.
MATHEMATICA
Rest@Union[Plus @@@ (Subsets@Range[0, 6]!)] (* Ivan Neretin, Jun 05 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Henry Bottomley, Jan 24 2001
STATUS
approved