login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059589 Sums of factorials of distinct integers. 8
1, 2, 3, 4, 6, 7, 8, 9, 10, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 720, 721, 722, 723, 724, 726, 727, 728, 729, 730, 744, 745, 746, 747, 748, 750, 751, 752, 753 (list; graph; refs; listen; history; text; internal format)
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
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
Cf. A000142, A059590 (subsequences).
Sequence in context: A166274 A343732 A039168 * A153287 A244219 A039258
KEYWORD
nonn
AUTHOR
Henry Bottomley, Jan 24 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)