Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155123
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155123 Six levels of the coefficient triangle of the Pascal-Sierpinski functions. +0
1
1, 2, 2, 2, 0, 4, 4, 0, -4, 8, 12, 0, 8, -32, 8, 48 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Row sums are 2^(n+1);

{1, 2, 4, 8, 16, 32,...}.

FORMULA

Triangle:

{{1},

{1, 1},

{1, 2*n, 1},

{1, f[n], f[n], 1},

{1, g[n], 6 + 24 *(n - 1) + 28*(n - 1)^2 + 8* ( n - 1)^3, g[n], 1},

{1, h[n], k[n - 1] - h[n] - 1, k[n - 1] - h[n] - 1, h[n], 1}}

f[n_]=3*n^2 - (n - 1)^2;

g[n_]=-2 + 2 *n + 2* n^2 + 2 n^3;

h[n_]=-3 + 2 n + 2 n^2 + 2 n^3 + 2*n^4;

k[n_]=16+ 80 n + 140 *n^2 + 100*n^3 + 24* n^4;

These functions and the triangles they make are general Pascal-Sierpinski

functions.

EXAMPLE

{1},

{2},

{2, 2},

{0, 4, 4},

{0, -4, 8, 12},

{0, 8, -32, 8, 48}

MATHEMATICA

a1 = {{1},

{1, 1},

{1, 2 *n, 1},

{1, -1 + 2 *n + 2 n^2, -1 + 2 n + 2 n^2, 1},

{1, -2 + 2 *n + 2 n^2 + 2 n^3, 2 - 8 n + 4 n^2 + 8 n^3, -2 + 2* n + 2 n^2 + 2 n^3, 1},

{1, -3 + 2 n + 2 n^2 + 2 n^3 + 2 n^4, 2 + 2 n - 18 n^2 + 2 n^3 + 22 n^4, 2 + 2 n - 18 n^2 + 2 n^3 + 22 n^4, -3 + 2 n + 2 n^2 + 2 n^3 + 2 n^4, 1}}

Table[CoefficientList[Apply[Plus, a1[[m]]], n], {m, 1, Length[a1]}];

Flatten[%]

CROSSREFS

A142463

Sequence in context: A103223 A091399 A000091 this_sequence A125938 A158851 A151930

Adjacent sequences: A155120 A155121 A155122 this_sequence A155124 A155125 A155126

KEYWORD

tabl,uned,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 20 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