Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152969
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152969 Triangle read by rows: T(n,m)=floor[(m/n)*row(n)]. +0
1
1, 1, 1, 1, 6, 1, 1, 23, 23, 1, 1, 48, 286, 48, 1, 1, 384, 1535, 1535, 384, 1, 1, 3840, 7680, 23038, 7680, 3840, 1, 1, 46080, 92160, 184319, 184319, 92160, 46080, 1, 1, 645120, 1290240, 1935360, 2580478, 1935360, 1290240, 645120, 1, 1, 10321920, 20643840 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums: A000165

EXAMPLE

{1},

{1, 1},

{1, 6, 1},

{1, 23, 23, 1},

{1, 48, 286, 48, 1},

{1, 384, 1535, 1535, 384, 1},

{1, 3840, 7680, 23038, 7680, 3840, 1},

{1, 46080, 92160, 184319, 184319, 92160, 46080, 1},

{1, 645120, 1290240, 1935360, 2580478, 1935360, 1290240, 645120, 1},

{1, 10321920, 20643840, 30965760, 30965759, 30965759, 30965760, 20643840, 10321920, 1},

{1, 185794560, 371589120, 557383680, 743178240, -2, 743178240, 557383680, 371589120, 185794560, 1}

MATHEMATICA

Clear[v, n, row, f]; row[n_] = 2^n*n!;

f[n_, m_] = Floor[(m/n)*row[n]/2]; v[0] = {1}; v[1] = {1, 1};

v[n_] := v[n] = If[Mod[n, 2] == 0, Join[{1}, Table[ f[n, m], {m, 1, Floor[ n/2] - 1}], {row[n] - 2*Sum[ f[n, m], {m, 1, Floor[n/2] - 1}] - 2}, Table[ f[n, m], {m, Floor[n/ 2] - 1, 1, -1}], { 1}],

Join[{1}, Table[ f[n, m], {m, 1, Floor[n/2] - 1}], {row[n]/2 - Sum[ f[n, m], { m, 1, Floor[n/2] - 1}] - 1, row[n]/ 2 - Sum[ f[n, m], {m, 1, Floor[ n/2] - 1}] - 1}, Table[ f[n, m], {m, Floor[n/ 2] - 1, 1, -1}], {1}]];

Table[v[n], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A142596 A155467 A152936 this_sequence A060187 A156139 A155863

Adjacent sequences: A152966 A152967 A152968 this_sequence A152970 A152971 A152972

KEYWORD

nonn,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 16 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jan 31 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 December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research