login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114284 Riordan array ((1-3x)/(1-x),x). 2
1, -2, 1, -2, -2, 1, -2, -2, -2, 1, -2, -2, -2, -2, 1, -2, -2, -2, -2, -2, 1, -2, -2, -2, -2, -2, -2, 1, -2, -2, -2, -2, -2, -2, -2, 1, -2, -2, -2, -2, -2, -2, -2, -2, 1, -2, -2, -2, -2, -2, -2, -2, -2, -2, 1, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Inverse of A114283. Row sums are 1-2n. Diagonal sums are A114285. Sequence array of 3*0^n-2.

FORMULA

T(n, k)=if(k<=n, 3*0^(n-k)-2, 0)

a(n) =-3 floor(1/2 sqrt(8 x+1)-1/2)+3 floor(1/2 sqrt(8 x+9)-1/2)-2 (* From Jackson Xier, Oct 07 2011 *)

EXAMPLE

Triangle begins

1;

-2,1;

-2,-2,1;

-2,-2,-2,1;

-2,-2,-2,-2,1;

MATHEMATICA

Table[-2 - 3 Floor[1/2 (-1 + Sqrt[1 + 8 x])] +

  3 Floor[1/2 (-1 + Sqrt[9 + 8 x])], {x, 0, 250}]  (* From Jackson Xier, Oct 07 2011 *)

CROSSREFS

Sequence in context: A113189 A143098 A183028 * A023575 A105446 A058978

Adjacent sequences:  A114281 A114282 A114283 * A114285 A114286 A114287

KEYWORD

easy,sign,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Nov 20 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:37 EST 2012. Contains 205679 sequences.