Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156594
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156594 A q-Stirling 2nd triangle sequence:q=3;m=2; t(n,k)=If[m == 0, n!, Product[Sum[(-1)^i*StirlingS2[ k - 1, i]*(m + 1)^i, {i, 0, k - 1}], {k, 1, n}]]; b(n,k,m)=If[n == 0, 1, t[n, m]/(t[k, m]*t[n - k, m])]. +0
1
1, 1, 1, 1, -3, 1, 1, 6, 6, 1, 1, -3, 6, -3, 1, 1, -21, -21, -21, -21, 1, 1, 24, 168, -84, 168, 24, 1, 1, 195, -1560, 5460, 5460, -1560, 195, 1, 1, -111, 7215, 28860, 202020, 28860, 7215, -111, 1, 1, -3072, -113664, -3694080, 29552640, 29552640, -3694080 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:

{1, 2, -1, 14, 2, -82, 302, 8192, 273950, 51483650, -4132493224,...}.

On the sequence only q=2 and q=3 are Integers,

the rest have a few rational terms.

FORMULA

q=3;m=2;

t(n,k)=If[m == 0, n!, Product[Sum[(-1)^i*StirlingS2[ k - 1, i]*(m + 1)^i, {i, 0, k - 1}], {k, 1, n}]];

b(n,k,m)=If[n == 0, 1, t[n, m]/(t[k, m]*t[n - k, m])].

EXAMPLE

{1},

{1, 1},

{1, -3, 1},

{1, 6, 6, 1},

{1, -3, 6, -3, 1},

{1, -21, -21, -21, -21, 1},

{1, 24, 168, -84, 168, 24, 1},

{1, 195, -1560, 5460, 5460, -1560, 195, 1},

{1, -111, 7215, 28860, 202020, 28860, 7215, -111, 1},

{1, -3072, -113664, -3694080, 29552640, 29552640, -3694080, -113664, -3072, 1},

{1, -4053, -4150272, 76780032, -4990702080, 5703659520, -4990702080, 76780032, -4150272, -4053, 1}

MATHEMATICA

t[n_, m_] = If[m == 0, n!, Product[Sum[(-1)^i* StirlingS2[k - 1, i]*(m + 1)^i, {i, 0, k - 1}], {k, 1, n}]];

b[n_, k_, m_] = f[n == 0, 1, t[n, m]/(t[k, m]*t[n - k, m])];

Table[Flatten[Table[Table[b[n, k, m], {k, 0, n}], {n, 0, 10}]], {m, 0, 15}]

CROSSREFS

Sequence in context: A145904 A159572 A035582 this_sequence A109647 A054120 A114176

Adjacent sequences: A156591 A156592 A156593 this_sequence A156595 A156596 A156597

KEYWORD

sign,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 10 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research