Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127478
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
%I A127478
%S A127478 1,2,1,3,0,2,4,2,0,2,5,0,0,0,4,6,3,4,0,0,2,7,0,0,0,0,0,6,8,4,0,4,0,0,0,
%T A127478 4,9,0,6,0,0,0,0,0,6,10,5,0,0,8,0,0,0,0,4,11,0,0,0,0,0,0,0,0,0,10,12,6,
%U A127478 8,6,0,4,0,0,0,0,0,4,13,0,0,0,0,0,0,0,0,0,0,0,12,14,7,0,0,0,0,12,0,0,0
%N A127478 Triangle T(n,k) read by rows: matrix product A054523 * A054522.
%C A127478 If the two matrices A054523 and A054522 are commuted, the matrix product 
               becomes A127477.
%F A127478 T(n,k) = sum_{j=k..n} A054523(n,j) * A054522(j,k).
%F A127478 T(n,n) = A000010(n) (diagonal).
%F A127478 sum_{k=1..n} T(n,k) = A018804(n) (row sums).
%e A127478 First few rows of the triangle are:
%e A127478 .1;
%e A127478 .2, 1;
%e A127478 .3, 0, 2;
%e A127478 .4, 2, 0, 2;
%e A127478 .5, 0, 0, 0, 4;
%e A127478 .6, 3, 4, 0, 0, 2;
%e A127478 .7, 0, 0, 0, 0, 0, 6;
%e A127478 .8, 4, 0, 4, 0, 0, 0, 4;
%e A127478 ....
%p A127478 A054522 := proc(n,k) if k = 1 then 1; elif n mod k = 0 then numtheory[phi](k) 
               ; else 0 ; fi; end:
%p A127478 A054523 := proc(n,k) if k = n then 1; elif n mod k = 0 then numtheory[phi](n/
               k) ; else 0 ; fi; end:
%p A127478 A127478 := proc(n,k) add( A054523(n,j)*A054522(j,k) , j=k..n) ; end: 
               seq(seq( A127478(n,k),k=1..n),n=1..15) ;
%Y A127478 Cf. A054522, A054523, A018804, A000010.
%Y A127478 Sequence in context: A025649 A025642 A025643 this_sequence A127472 A004563 
               A146094
%Y A127478 Adjacent sequences: A127475 A127476 A127477 this_sequence A127479 A127480 
               A127481
%K A127478 nonn,tabl,easy
%O A127478 1,2
%A A127478 Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 15 2007
%E A127478 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 December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research