Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127477
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127477 Triangle T(n,k) read by rows: matrix product A054522 * A054523. +0
2
1, 2, 1, 5, 0, 2, 6, 3, 0, 2, 17, 0, 0, 0, 4, 10, 5, 4, 0, 0, 2, 37, 0, 0, 0, 0, 0, 6, 22, 11, 0, 6, 0, 0, 0, 4, 41, 0, 14, 0, 0, 0, 0, 0, 6, 34, 17, 0, 0, 8, 0, 0, 0, 0, 4, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 30, 15, 12, 10, 0, 6, 0, 0, 0, 0, 0, 4, 145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 74, 37, 0 (list; table; graph; listen)
OFFSET

1,2

COMMENT

If the two matrices A054522 and A054523 are commuted, the matrix product becomes A127478.

FORMULA

T(n,k) = sum_{j=k..n} A054522(n,j) * A054523(j,k).

sum_{k=1..n} T(n,k) = A057660(n) (row sums).

T(n,n) = A000010(n) (diagonal).

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

EXAMPLE

First few rows of the triangle are:

1;

2, 1;

5, 0, 2;

6, 3, 0, 2;

17, 0, 0, 0, 4;

10, 5, 4, 0, 0, 2;

37, 0, 0, 0, 0, 0, 6;

22, 11, 0, 6, 0, 0, 0, 4;

MAPLE

A054522 := proc(n, k) if k = 1 then 1; elif n mod k = 0 then numtheory[phi](k) ; else 0 ; fi; end:

A054523 := proc(n, k) if k = n then 1; elif n mod k = 0 then numtheory[phi](n/k) ; else 0 ; fi; end:

A127477 := proc(n, k) add( A054522(n, j)*A054523(j, k) , j=k..n) ; end: seq(seq( A127477(n, k), k=1..n), n=1..15) ;

CROSSREFS

Cf. A054522, A054523, A057660, A000010, A029939.

Sequence in context: A009830 A053374 A093876 this_sequence A104505 A021469 A090985

Adjacent sequences: A127474 A127475 A127476 this_sequence A127478 A127479 A127480

KEYWORD

nonn,tabl,easy

AUTHOR

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

EXTENSIONS

Converted comments to formulas, extended - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 11 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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research