cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A179286 Triangle T(n,k) read by rows. T(n,k) = A179285(n,k) - A179285(n,k+1).

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 2, -1, 0, 1, 2, 0, 2, -1, 0, 1, 2, 0, 1, 1, -1, 0, 1, 2, 2, -2, 1, 1, -1, 0, 1, 2, 0, 1, 0, 0, 1, -1, 0, 1, 2, 1, 2, -1, 0, 0, 1, -1, 0, 1, 3, 2, 0, 0, 1, -1, 0, 1, -1, 0, 1, 3, 0, 0, 3, -1, 1, -1, 0, 1, -1, 0, 1, 3, 1, 0, 0, 1, 1, 0, -1, 0, 1, -1, 0, 1, 3, 2, 1, -2, 1, 0
Offset: 1

Views

Author

Mats Granvik, Jul 09 2010

Keywords

Comments

The second column in triangle A179285 begins at T(2,1), always.

Examples

			Triangle begins:
1,
0,1,
1,0,1,
1,0,0,1,
1,2,-1,0,1,
2,0,2,-1,0,1,
2,0,1,1,-1,0,1,
2,2,-2,1,1,-1,0,1,
2,0,1,0,0,1,-1,0,1,
2,1,2,-1,0,0,1,-1,0,1,
3,2,0,0,1,-1,0,1,-1,0,1,
		

Crossrefs

Formula

T(n,k) = A179285(n,k) - A179285(n,k+1).

A179287 Matrix inverse of A179286.

Original entry on oeis.org

1, 0, 1, -1, 0, 1, -1, 0, 0, 1, -2, -2, 1, 0, 1, -1, 0, -2, 1, 0, 1, -2, -2, 0, -1, 1, 0, 1, -2, 0, -1, 0, -1, 1, 0, 1, -2, -2, 1, -2, 1, -1, 1, 0, 1, -1, 1, -3, 2, -2, 1, -1, 1, 0, 1, -2, -2, -1, -1, 1, -1, 1, -1, 1, 0, 1, -2, -1, -1, -1, -1, 1, -1, 1, -1, 1, 0, 1, -3, -2, 2, -4, 1, -2, 2, -1
Offset: 1

Views

Author

Mats Granvik, Jul 09 2010, Jul 17 2010

Keywords

Comments

We can replace the second column in A179285 (first column of A179286) with (A_eps)*n^(1/2+eps) where n=0,1,2,3... and still get the Mertens function in the first column of this array. This proves nothing though because the second column in A179285 can be any sequence (beginning with a zero) of real random numbers.

Examples

			Triangle begins:
1,
0,1,
-1,0,1,
-1,0,0,1,
-2,-2,1,0,1,
-1,0,-2,1,0,1,
-2,-2,0,-1,1,0,1,
-2,0,-1,0,-1,1,0,1,
-2,-2,1,-2,1,-1,1,0,1,
-1,1,-3,2,-2,1,-1,1,0,1,
-2,-2,-1,-1,1,-1,1,-1,1,0,1,
-2,-1,-1,-1,-1,1,-1,1,-1,1,0,1,
		

Crossrefs

Cf. A179285, A179286, A002321 (first column of this triangle).
Showing 1-2 of 2 results.