Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087422
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087422 Number of terms in the expansion of Product(x_i + x_{i+1} + ... + x_j) over 1 <= i < j <= n. +0
1
1, 2, 8, 55, 567, 7958, 142396, 3104160 (list; graph; listen)
OFFSET

1,2

COMMENT

The sum of the coefficients in the expansion of this product are the superfactorials A000178. - Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 02 2005.

EXAMPLE

a(3)=8 because the expansion of (x+y)(y+z)(x+y+z) has 8 terms.

MATHEMATICA

f[1]=1; f[n_] := Block[{lst = Take[{a, b, c, d, e, f, g, h, i}, n], s = 1}, Do[s = s*Times @@ Plus @@@ Partition[lst, i, 1], {i, 2, n}]; Length@Expand@s]; Do[ Print@ f@n, {n, 9}] (* Robert G. Wilson v Sep 18 2006 *)

CROSSREFS

Sequence in context: A005440 A139016 A134954 this_sequence A081667 A117496 A117564

Adjacent sequences: A087419 A087420 A087421 this_sequence A087423 A087424 A087425

KEYWORD

nonn

AUTHOR

Alex Postnikov (apost(AT)math.mit.edu), Oct 22 2003

EXTENSIONS

a(8) from Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 26 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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research