Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109878
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109878 Triangle read by rows: see below. +0
1
1, 1, 1, 1, 2, 3, 2, 6, 12, 4, 6, 24, 60, 20, 10, 24, 120, 360, 120, 60, 36, 120, 720, 2520, 840, 420, 252, 168, 720, 5040, 20160, 6720, 3360, 2016, 1344, 960, 5040, 40320, 181440, 60480, 30240, 18144, 12096, 8640, 6480, 40320, 362880, 1814400, 604800 (list; table; graph; listen)
OFFSET

1,5

EXAMPLE

Consider the formula n! = 1*2*3...*(n-2) + 2*3*4...*(n-1)+ ...+ (n-1)*n*1*2...(n-4) + n*1*2*3*...*(n-3). e.g. 5! = 1*2*3 +2*3*4 +3*4*5 + 4*5*1 + 5*1*2.

Consider the following triangle of partition of n! based on above formula.

1

1 1

1 2 3

2 6 12 4

6 24 60 20 10

24 120 360 120 60 36

...

Sequence contains the triangle by rows.

MATHEMATICA

f[n_] := Times @@@ Sort[Partition[Range[n], n - 2, 1, {-1, -1}]]; Flatten[ Table[ f[n], {n, 2, 10}]] (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 13 2005)

CROSSREFS

Sequence in context: A087454 A059446 A143806 this_sequence A104565 A144456 A051886

Adjacent sequences: A109875 A109876 A109877 this_sequence A109879 A109880 A109881

KEYWORD

nonn,tabl

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 10 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 18 2005

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 December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research