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!)
A115281 Correlation triangle for the sequence 2-0^n. 0
1, 2, 2, 2, 5, 2, 2, 6, 6, 2, 2, 6, 9, 6, 2, 2, 6, 10, 10, 6, 2, 2, 6, 10, 13, 10, 6, 2, 2, 6, 10, 14, 14, 10, 6, 2, 2, 6, 10, 14, 17, 14, 10, 6, 2, 2, 6, 10, 14, 18, 18, 14, 10, 6, 2, 2, 6, 10, 14, 18, 21, 18, 14, 10, 6, 2 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums are (n+1)^2 (A000290(n+1)). Diagonal sums are the Molien series A007980. T(2n,n) is 4n+1 (A016813), the partial sums of (2-0^n)^2. T(2,n)-T(2n,n+1) is 3-2*0^n.
From Mats Granvik, Jul 06 2010: (Start)
If seen as a square array:
1, 2, 2, 2
2, 5, 6, 6
2, 6, 9, 10
2, 6, 10, 13
then the matrix inverse contains the same values, only signed and in reversed order:
13, -10, 6, -2
-10, 9, -6, 2
6, -6, 5, -2
-2, 2, -2, 1
(End)
LINKS
FORMULA
G.f.: (1+x)(1+x*y)/((1-x)(1-x*y)(1-x^2*y)).
T(n, k) = sum{j=0..n, [j<=k]*(2-0^(k-j))*[j<=n-k]*(2-0^(n-k-j))}.
EXAMPLE
Triangle begins
1;
2,2;
2,5,2;
2,6,6,2;
2,6,9,6,2;
2,6,10,10,6,2;
MATHEMATICA
Flatten[Table[Table[If[n - k + 1 == k, 4*(n - k + 1 - 1) + 1, If[n - k + 1 > k, 4*(k - 1) + 2, 4*(n - k + 1 - 1) + 2]], {k, 1, n}], {n, 1, 11}]] (* Mats Granvik, Jan 06 2016 *)
CROSSREFS
Sequence in context: A271321 A112659 A342550 * A130155 A350403 A113516
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Jan 19 2006
EXTENSIONS
a(65)-a(66) from Mats Granvik, Jan 06 2016
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 25 16:42 EDT 2024. Contains 371989 sequences. (Running on oeis4.)