|
Search: id:A122759
|
|
|
| A122759 |
|
Cantor based power of three triangular array: t(n,m)=3^n*(1-Mod[n,2]). |
|
+0 1
|
|
| 1, 0, 0, 1, 3, 9, 0, 0, 0, 0, 1, 3, 9, 27, 81, 0, 0, 0, 0, 0, 0, 1, 3, 9, 27, 81, 243, 729, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 9, 27, 81, 243, 729, 2187, 6561, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 9, 27, 81, 243, 729, 2187, 6561, 19683, 59049
(list; table; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
REFERENCES
|
Counterexamples in Topology by Lynn Arthur Steen and J. Arthur Seebach, Jr., Dover, New York,1978,57-58
|
|
FORMULA
|
t(n,m)=3^n*(1-Mod[n,2])
|
|
EXAMPLE
|
1
0, 0
1, 3, 9
0, 0, 0, 0
1, 3, 9, 27, 81
0, 0, 0, 0, 0, 0
1, 3, 9, 27, 81, 243, 729
|
|
MATHEMATICA
|
a[n_] := 1 - Mod[n, 2] T1[n_, m_] := 3^n*a[m] a0 = Table[Table[T1[n, m], {n, 0, m}], {m, 0, 10}]; Flatten[a0] MatrixForm[a0]
|
|
CROSSREFS
|
Sequence in context: A063103 A058847 A088110 this_sequence A016626 A126321 A021260
Adjacent sequences: A122756 A122757 A122758 this_sequence A122760 A122761 A122762
|
|
KEYWORD
|
nonn,tabl,uned
|
|
AUTHOR
|
Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 21 2006
|
|
|
Search completed in 0.003 seconds
|