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!)
A187035 Diagonal sums of number triangle A187034. 1
1, 0, 1, -1, 1, -1, 2, -1, 2, -2, 2, -2, 3, -2, 3, -3, 3, -3, 4, -3, 4, -4, 4, -4, 5, -4, 5, -5, 5, -5, 6, -5, 6, -6, 6, -6, 7, -6, 7, -7, 7, -7, 8, -7, 8, -8, 8, -8, 9, -8, 9, -9, 9, -9, 10, -9, 10, -10, 10, -10, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Absolute values appear to be given (with the same offset) by A103221. - Jason Kimberley, Oct 17 2011
LINKS
FORMULA
Conjectured: G.f. 1/( (1-x)*(1-x+x^2)*(1+x)^2 ) with a(n) = +a(n-2) -a(n-3) +a(n-5). - R. J. Mathar, Jun 30 2011
The above conjecture is correct. [Charles R Greathouse IV, Dec 28 2011]
PROG
(PARI) a(n)=(-1)^n*(n\2-(n-1)\3) \\ Charles R Greathouse IV, Dec 28 2011
CROSSREFS
Sequence in context: A306468 A032358 A011960 * A008615 A103221 A026806
KEYWORD
sign,easy
AUTHOR
Paul Barry, Mar 08 2011
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 19 08:36 EDT 2024. Contains 371782 sequences. (Running on oeis4.)