Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A095675
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A095675 Triangle read by rows, formed from product of Aitken's (or Bell's) triangle (A011971) and Pascal's triangle (A007318). +0
3
1, 3, 2, 10, 13, 5, 37, 72, 55, 15, 151, 393, 450, 245, 52, 674, 2202, 3365, 2748, 1166, 203, 3263, 12850, 24582, 26781, 17048, 5936, 877, 17007, 78488, 180477, 245971, 208856, 109107, 32243, 4140, 94828, 502327, 1349900, 2209695, 2346559, 1634998 (list; table; graph; listen)
OFFSET

0,2

COMMENT

These triangles are to be thought of as infinite lower-triangular matrices.

EXAMPLE

Triangle begins:

1

3 2

10 13 5

37 72 55 15

151 393 450 245 52

MATHEMATICA

a[0, 0] = 1; a[n_, 0] := a[n - 1, n - 1]; a[n_, k_] := a[n, k] = If[k < n + 1, a[n, k - 1] + a[n - 1, k - 1], 0]; p[n_, r_] := If[r <= n + 1, Binomial[n, r], 0]; am = Table[ a[n, r], {n, 0, 9}, {r, 0, 9}]; pm = Table[p[n, r], {n, 0, 9}, {r, 0, 9}]; t = Flatten[am.pm]; Delete[ t, Position[t, 0]] (from Robert G. Wilson v Jul 12 2004)

CROSSREFS

Cf. A007318, A011971, A095674. Row sums give A095676. First column is A005493.

Adjacent sequences: A095672 A095673 A095674 this_sequence A095676 A095677 A095678

Sequence in context: A019242 A064367 A113980 this_sequence A006743 A091811 A075856

KEYWORD

nonn,tabl,easy

AUTHOR

njas, based on a suggestion from Gary Adamson, Jun 22 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 13 2004

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 October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research