Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114476
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114476 Triangle read by rows: inverse of triangle in A061554 with signs in each column +,+,-,-,+,+,-,-,... +0
1
1, -1, 1, 3, -1, 1, -3, 4, -1, 1, 5, -4, 5, -1, 1, -5, 9, -5, 6, -1, 1, 7, -9, 14, -6, 7, -1, 1, -7, 16, -14, 20, -7, 8, -1, 1, 9, -16, 30, -20, 27, -8, 9, -1, 1, -9, 25, -30, 50, -27, 35, -9, 10, -1, 1, 11, -25, 55, -50, 77, -35, 44, -10, 11, -1, 1, -11, 36, -55, 105, -77, 112, -44, 54, -11, 12, -1, 1, 13, -36, 91, -105, 182, -112, 156 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Unsigned row sums appear to be A014739.

EXAMPLE

Start with a signed version of A061554:

1;

1, 1;

-2, 1, 1;

-3, -3, 1, 1;

6, -4, -4, 1, 1;

10, 10, -5, -5, 1;

...

and invert it, getting:

1

-1, 1;

3, -1, 1;

-3, 4, -1, 1;

5, -4, 5, -1, 1;

-5, 9, -5, 6, -1, 1;

...

MAPLE

A061554 := proc(n, k) binomial(n+k, floor(k/2)) ; end: nmax := 13 : A := array(1..nmax, 1..nmax) : for r from 1 to nmax do for c from 1 to nmax do A[r, c] := A061554(c-1, r-c)*(-1)^floor((r-c)/2) ; od: od: A := linalg[inverse](A) : for r from 1 to nmax do for c from 1 to r do printf("%d, ", A[r, c]) ; od: od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 31 2008

CROSSREFS

Sequence in context: A133116 A059959 A051120 this_sequence A117184 A035690 A124794

Adjacent sequences: A114473 A114474 A114475 this_sequence A114477 A114478 A114479

KEYWORD

sign,tabl,easy

AUTHOR

Gary Adamson, Nov 27 2006

EXTENSIONS

Edited by njas, Dec 01 2006

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 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 November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research