Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156045
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156045 A triangle sequence made symmetrical by reverse coefficients: t0(n,m)=2 + n! - m! - (n - m)!; t(n,m)=(t0(n,m)+Reverse[t0(n,m)])/2 +0
1
1, 1, 1, 1, 2, 1, 1, 5, 5, 1, 1, 19, 22, 19, 1, 1, 97, 114, 114, 97, 1, 1, 601, 696, 710, 696, 601, 1, 1, 4321, 4920, 5012, 5012, 4920, 4321, 1, 1, 35281, 39600, 40196, 40274, 40196, 39600, 35281, 1, 1, 322561, 357840, 362156, 362738, 362738, 362156, 357840 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:

{{1, 2, 4, 12, 62, 424, 3306, 28508, 270430, 2810592, 31840994},...}.

FORMULA

t0(n,m)=2 + n! - m! - (n - m)!;

t(n,m)=(t0(n,m)+Reverse[t0(n,m)])/2

EXAMPLE

{1},

{1, 1},

{1, 2, 1},

{1, 5, 5, 1},

{1, 19, 22, 19, 1},

{1, 97, 114, 114, 97, 1},

{1, 601, 696, 710, 696, 601, 1},

{1, 4321, 4920, 5012, 5012, 4920, 4321, 1},

{1, 35281, 39600, 40196, 40274, 40196, 39600, 35281, 1},

{1, 322561, 357840, 362156, 362738, 362738, 362156, 357840, 322561, 1},

{1, 3265921, 3588480, 3623756, 3628058, 3628562, 3628058, 3623756, 3588480, 3265921, 1

MATHEMATICA

Clear[t];

t[n_, m_] = 2 + n! - m! - (n - m)!;

Table[(Table[t[n, m], {m, 0, n}] + Reverse[Table[t[n, m], {m, 0, n}]])/2, {n, 0, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A128612 A060854 A091378 this_sequence A119687 A086856 A052916

Adjacent sequences: A156042 A156043 A156044 this_sequence A156046 A156047 A156048

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 02 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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research