The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112477 Riordan array ((1-x+sqrt(1+6*x+x^2))/2, (sqrt(1+6*x+x^2)-x-1)/2). 2
1, 1, 1, -2, -1, 1, 6, 2, -3, 1, -22, -6, 10, -5, 1, 90, 22, -38, 22, -7, 1, -394, -90, 158, -98, 38, -9, 1, 1806, 394, -698, 450, -194, 58, -11, 1, -8558, -1806, 3218, -2126, 978, -334, 82, -13, 1, 41586, 8558, -15310, 10286, -4942, 1838, -526, 110, -15, 1, -206098, -41586, 74614, -50746, 25150, -9922, 3142, -778, 142, -17, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
Triangle starts:
1;
1, 1;
-2, -1, 1;
6, 2, -3, 1;
-22, -6, 10, -5, 1;
90, 22, -38, 22, -7, 1;
...
MATHEMATICA
T[n_, k_]:=SeriesCoefficient[(1-x+Sqrt[1+6x+x^2])((Sqrt[1+6x+x^2]-x-1)/2)^k/2, {x, 0, n}]; Table[T[n, k], {n, 0, 9}, {k, 0, n}]//Flatten (* Stefano Spezia, May 26 2024 *)
CROSSREFS
Inverse of triangle A112475. Row sums are A112478.
Sequence in context: A136707 A179972 A085826 * A372973 A156984 A181621
KEYWORD
easy,sign,tabl,changed
AUTHOR
Paul Barry, Sep 07 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 5 07:46 EDT 2024. Contains 373102 sequences. (Running on oeis4.)