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-3 of 3 results.

A273961 Number of nX2 0..3 arrays with no three equal values forming an isosceles right triangle, and new values introduced in 0..3 order.

Original entry on oeis.org

2, 10, 105, 1264, 15418, 188465, 2304141, 28171070, 344428103, 4211086174, 51486063258, 629484802987, 7696279187803, 94097130028610, 1150461107685501, 14065899352150196, 171974109566120666, 2102609553831755149
Offset: 1

Views

Author

R. H. Hardin, Jun 05 2016

Keywords

Comments

Column 2 of A273964.

Examples

			Some solutions for n=4
..0..1. .0..1. .0..1. .0..1. .0..1. .0..0. .0..0. .0..1. .0..1. .0..1
..0..1. .1..0. .2..2. .2..1. .2..1. .1..2. .1..1. .1..2. .0..2. .1..2
..2..3. .2..0. .3..1. .1..3. .2..3. .1..2. .0..2. .1..0. .0..3. .1..2
..0..2. .1..1. .2..3. .0..2. .0..2. .1..0. .0..1. .2..1. .3..0. .0..1
		

Crossrefs

Cf. A273964.

Formula

Empirical: a(n) = 14*a(n-1) -18*a(n-2) -54*a(n-3) +112*a(n-4) -30*a(n-5) -41*a(n-6) +18*a(n-7) for n>8
Empirical g.f.: 2*x -x^2*(10-35*x-26*x^2+152*x^3-85*x^4-49*x^5+30*x^6) / ( (x-1) *(x^2+x-1) *(18*x^4-41*x^3+6*x^2+12*x-1) ). - R. J. Mathar, Jun 06 2016

A273962 Number of nX3 0..3 arrays with no three equal values forming an isosceles right triangle, and new values introduced in 0..3 order.

Original entry on oeis.org

5, 105, 2766, 49702, 784878, 13322548, 232027264, 4056338728, 70402715640, 1221782263634, 21228810396872, 368923543916728, 6410003754557834, 111371494441358332, 1935130749075453956
Offset: 1

Views

Author

R. H. Hardin, Jun 05 2016

Keywords

Comments

Column 3 of A273964.

Examples

			Some solutions for n=4
..0..1..2. .0..1..1. .0..1..2. .0..0..1. .0..0..1. .0..1..2. .0..1..2
..3..0..0. .0..2..3. .3..1..2. .2..3..0. .2..2..1. .3..0..1. .0..3..3
..3..2..3. .2..1..1. .1..0..2. .2..1..3. .1..3..2. .3..2..3. .0..2..1
..2..1..0. .2..3..3. .2..3..0. .0..2..1. .0..0..2. .3..1..2. .3..0..2
		

Crossrefs

Cf. A273964.

A273963 Number of nX4 0..3 arrays with no three equal values forming an isosceles right triangle, and new values introduced in 0..3 order.

Original entry on oeis.org

15, 1264, 49702, 543906, 4010258, 16365681, 55643290, 210405148, 904155053, 4384022592, 21350702064, 105038486755, 514302715276, 2558243582787
Offset: 1

Views

Author

R. H. Hardin, Jun 05 2016

Keywords

Comments

Column 4 of A273964.

Examples

			Some solutions for n=3
..0..1..2..3. .0..1..0..1. .0..1..2..3. .0..1..1..0. .0..1..1..2
..3..0..3..2. .2..1..2..2. .3..0..2..1. .0..2..2..0. .2..2..0..3
..3..0..1..2. .2..3..1..0. .3..1..2..0. .0..3..1..0. .1..3..3..1
		

Crossrefs

Cf. A273964.
Showing 1-3 of 3 results.