login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122760 Triangle read by rows: t(n,m) = 2*3^m*(n mod 2). 0

%I #7 Mar 12 2014 16:36:58

%S 0,2,6,0,0,0,2,6,18,54,0,0,0,0,0,2,6,18,54,162,486,0,0,0,0,0,0,0,2,6,

%T 18,54,162,486,1458,4374,0,0,0,0,0,0,0,0,0,2,6,18,54,162,486,1458,

%U 4374,13122,39366,0,0,0,0,0,0,0,0,0,0,0

%N Triangle read by rows: t(n,m) = 2*3^m*(n mod 2).

%C A Cantor-based power of 3 triangular array.

%D Lynn Arthur Steen and J. Arthur Seebach, Jr., Counterexamples in Topology, Dover, New York, 1978, 57-58

%e 0

%e 2, 6

%e 0, 0, 0

%e 2, 6, 18, 54

%e 0, 0, 0, 0, 0

%e 2, 6, 18, 54, 162, 486

%e 0, 0, 0, 0, 0, 0, 0

%e 2, 6, 18, 54, 162, 486, 1458, 4374

%t b[n_] := 2*Mod[n, 2] T2[n_, m_] := 3^n*b[m] b0 = Table[Table[T2[n, m], {n, 0, m}], {m, 0, 10}]; Flatten[b0] MatrixForm[b0]

%Y Row sums: see A024101.

%K nonn,tabl

%O 1,2

%A _Roger L. Bagula_, Sep 21 2006

%E Edited and corrected by _N. J. A. Sloane_, May 29 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 28 06:20 EDT 2024. Contains 374676 sequences. (Running on oeis4.)