Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A115647
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A115647 Triangular numbers that are sums of distinct factorials. +0
3
1, 3, 6, 120, 153, 5886, 40470, 41041, 40279800 (list; graph; listen)
OFFSET

1,2

COMMENT

Factorials 0! and 1! are not considered distinct.

A115944(a(n)) > 0; subsequence of A059590. - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Feb 02 2006

If there are any terms beyond 40279800 they must be larger than 48!. - Jon Schoenfield, Aug 04 2006

EXAMPLE

1 = T(1) = 1!.

3 = T(2) = 2!+1!.

6 = T(3) = 3!.

120 = T(15) = 5!.

153 = T(17) = 5!+4!+3!+2!+1!.

5886 = T(108) = 7!+6!+5!+3!.

40470 = T(284) = 8!+5!+4!+3!.

41041 = T(286) = 8!+6!+1!.

40279800 = T(8975) = 11!+9!+5!.

MATHEMATICA

triQ[n_] := IntegerQ@Sqrt[8n+1]; fac=Reverse@Range[21]!; lst={}; Do[ n = Plus@@(fac*IntegerDigits[k, 2, 21]); If[triQ[n], AppendTo[lst, n]; Print[{n, k}]], {k, 2^21-1}]; Union@lst

CROSSREFS

Cf. A025494.

Sequence in context: A082980 A046488 A074880 this_sequence A019437 A083149 A068375

Adjacent sequences: A115644 A115645 A115646 this_sequence A115648 A115649 A115650

KEYWORD

nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 27 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research