login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122759 Triangle T(n,m) read by rows: 3^n if m is odd, 0 if m is even. 0
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; refs; listen; history; internal format)
OFFSET

1,5

REFERENCES

Lynn Arthur Steen and J. Arthur Seebach, Counterexamples in Topology, Dover (1978) 57-58

FORMULA

T(n,2*m) = 0. T(n,2*m+1) = 3^n.

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 * A200495 A016626 A126321

Adjacent sequences:  A122756 A122757 A122758 * A122760 A122761 A122762

KEYWORD

nonn,tabl,easy,less

AUTHOR

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

EXTENSIONS

Definition simplified by the Assoc. Eds. of the OEIS, Mar 27 2010

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 16 21:17 EST 2012. Contains 205971 sequences.