Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156070
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156070 A triangle sequence of the Fibonacci sequence A000045: t(n,m)=1 + Fibonacci[n] - Fibonacci[m] - Fibonacci[n - m]. +0
1
1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 3, 3, 2, 1, 1, 3, 5, 5, 5, 3, 1, 1, 5, 8, 9, 9, 8, 5, 1, 1, 8, 13, 15, 16, 15, 13, 8, 1, 1, 13, 21, 25, 27, 27, 25, 21, 13, 1, 1, 21, 34, 41, 45, 46, 45, 41, 34, 21, 1 (list; table; graph; listen)
OFFSET

0,13

COMMENT

Row sums are:

{1, 2, 2, 4, 6, 12, 23, 46, 90, 174, 330,...}.

This form seems to work generally sequences a(n)

with either a(n)=0 : add one;

t(n,m)=1+a(n)-a(m)-a(n-m)

or a(0)=1: add two:

t(n,m)=2+a(n)-a(m)-a(n-m).

FORMULA

t(n,m)=1 + Fibonacci[n] - Fibonacci[m] - Fibonacci[n - m].

EXAMPLE

{1},

{1, 1},

{1, 0, 1},

{1, 1, 1, 1},

{1, 1, 2, 1, 1},

{1, 2, 3, 3, 2, 1},

{1, 3, 5, 5, 5, 3, 1},

{1, 5, 8, 9, 9, 8, 5, 1},

{1, 8, 13, 15, 16, 15, 13, 8, 1},

{1, 13, 21, 25, 27, 27, 25, 21, 13, 1},

{1, 21, 34, 41, 45, 46, 45, 41, 34, 21, 1}

MATHEMATICA

t[n_, m_] = 1 + Fibonacci[n] - Fibonacci[m] - Fibonacci[n - m];

Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}];

Flatten[%]

CROSSREFS

A000045

Sequence in context: A029344 A125769 A003023 this_sequence A114731 A035389 A129176

Adjacent sequences: A156067 A156068 A156069 this_sequence A156071 A156072 A156073

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 03 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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research