Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127097
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127097 Triangle T(n,m) = A127093 * A126988 read by rows. +0
5
1, 5, 2, 10, 0, 3, 21, 10, 0, 4, 26, 0, 0, 0, 5, 50, 20, 15, 0, 0, 6, 50, 0, 0, 0, 0, 0, 7, 85, 42, 0, 20, 0, 0, 0, 8, 91, 0, 30, 0, 0, 0, 0, 0, 9, 130, 52, 0, 0, 25, 0, 0, 0, 0, 10, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 210, 100, 63, 40, 0, 30, 0, 0, 0, 0, 0, 12, 170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; table; graph; listen)
OFFSET

1,2

COMMENT

Multiply the infinite lower triangular matrices A127093 and A126988.

FORMULA

T(n,m) = sum_{j=m..n} A127093(n,j)*A126988(j,m).

T(n,1) = A001157(n).

EXAMPLE

First few rows of the triangle are:

1;

5, 2;

10, 0, 3;

21, 10, 0, 4;

26, 0, 0, 0, 5;

50, 20, 15, 0, 0, 6;

50, 0, 0, 0, 0, 0, 7;

...

MAPLE

A127093 := proc(n, m) if n mod m = 0 then m; else 0 ; fi; end:

A126988 := proc(n, k) if n mod k = 0 then n/k; else 0; fi; end:

A127097 := proc(n, m) add( A127093(n, j)*A126988(j, m), j=m..n) ; end:

for n from 1 to 15 do for m from 1 to n do printf("%d, ", A127097(n, m)) ; od: od: # R. J. Mathar, Aug 18 2009

CROSSREFS

Cf. A126988, A000203, A127098, A001187, A001001 (row sums), A127093.

Sequence in context: A065282 A080379 A127098 this_sequence A040024 A036121 A162396

Adjacent sequences: A127094 A127095 A127096 this_sequence A127098 A127099 A127100

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 05 2007

EXTENSIONS

A-numbers corrected by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 18 2009

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 November 23 10:40 EST 2009. Contains 167421 sequences.


AT&T Labs Research