Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A139039
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A139039 A triangular central symmetric sequence based on the sequence: A003269 ; t(n,m)=If[m ≁ Floor[n/2], A003269[m+2], A003269[n - m+2]]. +0
1
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 1, 1, 1, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 1, 1, 2, 3, 4, 3, 2, 1, 1, 1 (list; table; graph; listen)
OFFSET

1,25

COMMENT

Row sums:

{1, 2, 3, 4, 5, 6, 8, 10, 13, 16, 20};

The A003269 sequence is pushed back twice,

so that the triangle isn't almost

all ones.

FORMULA

a(n) = a(n - 1) + a(n - 4); t(n,m)=If[m ≁ Floor[n/2], a[m], a[n - m]].

EXAMPLE

{1},

{1, 1},

{1, 1, 1},

{1, 1, 1, 1},

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

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

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

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

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

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

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

MATHEMATICA

Clear[g, w, a] a[ -2] = 0; a[ -1] = 1; a[0] = 1; a[1] = 1; a[n_] := a[n] = a[n - 1] + a[n - 4]; (* A003269*) g[n_, m_] := If[m ≁ Floor[n/2], a[m], a[n - m]]; w = Table[Table[g[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[w] Table[Apply[Plus, Table[g[n, m], {m, 0, n}]], {n, 0, 10}]

CROSSREFS

Cf. A139147, A003269.

Sequence in context: A085021 A060209 A037830 this_sequence A122172 A025910 A002637

Adjacent sequences: A139036 A139037 A139038 this_sequence A139040 A139041 A139042

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), May 31 2008

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 September 5 01:44 EDT 2008. Contains 143476 sequences.


AT&T Labs Research