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!)
A165747 a(n) = 1-2n. 7
1, -1, -3, -5, -7, -9, -11, -13, -15, -17, -19, -21, -23, -25, -27, -29, -31, -33, -35, -37, -39, -41, -43, -45, -47, -49, -51, -53, -55, -57, -59, -61, -63, -65, -67, -69, -71, -73, -75, -77, -79, -81, -83, -85, -87, -89, -91, -93, -95, -97, -99, -101, -103 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Ângela Mestre, José Agapito, Square Matrices Generated by Sequences of Riordan Arrays, J. Int. Seq., Vol. 22 (2019), Article 19.8.4.
FORMULA
a(n) = -A060747(n).
a(n) = 2*a(n-1) - a(n-2), a(0)= 1, a(1)= -1.
G.f.: (1-3x)/(1-x)^2.
a(n) = Sum_{k, 0<=k<=n} A112555(n,k)*(-2)^(n-k).
E.g.f.: (1-2*x)*exp(x). - G. C. Greubel, Apr 07 2016
MATHEMATICA
Table[1 - 2 n, {n, 0, 100}] (* G. C. Greubel, Apr 07 2016 *)
PROG
(PARI) x='x+O('x^99); Vec((1-3*x)/(1-x)^2) \\ Altug Alkan, Apr 07 2016
CROSSREFS
Sequence in context: A172100 A064679 A081874 * A053229 A157142 A247328
KEYWORD
easy,sign
AUTHOR
Philippe Deléham, Sep 26 2009
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 April 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)