login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027466 Triangle whose (i,j)-th entry is binomial(i,j)*7^(i-j). 6
1, 7, 1, 49, 14, 1, 343, 147, 21, 1, 2401, 1372, 294, 28, 1, 16807, 12005, 3430, 490, 35, 1, 117649, 100842, 36015, 6860, 735, 42, 1, 823543, 823543, 352947, 84035, 12005, 1029, 49, 1, 5764801, 6588344, 3294172, 941192, 168070, 19208 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

T(i,j) is the number of i-permutations of 8 objects a,b,c,d,e,f,g,h, with repetition allowed, containing j a's. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 21 2007

REFERENCES

B. N. Cyvin et al., Isomer enumeration of unbranched catacondensed polygonal systems with pentagons and heptagons, Match, No. 34 (Oct 1996), pp. 109-121.

FORMULA

Cube of lower triangular normalized Binomial matrix.

Numerators of lower triangle of (a[ i, j ])^3 where a[ i, j ] = Binomial(i-1, j-1)/2^(i-1) if j<=i, 0 if j>i

EXAMPLE

1

7, 1

49, 14, 1

343, 147, 21, 1

2401, 1372, 294, 28, 1

16807, 12005, 3430, 490, 35, 1

117649, 100842, 36015, 6860, 735, 42, 1

823543, 823543, 352947, 84035, 12005, 1029, 49, 1

5764801, 6588344, 3294172, 941192, 168070, 19208, 1372, 56, 1

MAPLE

for i from 0 to 8 do seq(binomial(i, j)*7^(i-j), j = 0 .. i) od; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 21 2007

CROSSREFS

Cf. A007318.

Sequence in context: A051931 A188728 A038267 * A075502 A052104 A144450

Adjacent sequences:  A027463 A027464 A027465 * A027467 A027468 A027469

KEYWORD

nonn,tabl,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

EXTENSIONS

Simpler definition from N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 11:09 EST 2012. Contains 205614 sequences.