login
This site is supported by donations 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
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, 18, 54, 162, 486, 1458, 4374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 18, 54, 162, 486, 1458, 4374, 13122, 39366, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

A Cantor-based power of 3 triangular array.

REFERENCES

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

EXAMPLE

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, 18, 54, 162, 486, 1458, 4374

MATHEMATICA

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]

CROSSREFS

Row sums: see A024101.

Sequence in context: A057678 A090071 A139062 * A186502 A165733 A039907

Adjacent sequences:  A122757 A122758 A122759 * A122761 A122762 A122763

KEYWORD

nonn,tabl

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 21 2006

EXTENSIONS

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:07 EST 2012. Contains 205668 sequences.