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-10 of 12 results. Next

A208386 Number of n X n 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

1, 14, 3042, 5800644, 93120350760, 12599441934740388, 14365030966055594634024, 138014735764906572120867370968, 11173919983811965361047734248948606160, 7623374241518340770502859232163385538378521776
Offset: 1

Views

Author

R. H. Hardin Feb 25 2012

Keywords

Comments

Diagonal of A208392

Examples

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

A208387 Number of nX3 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

5, 117, 3042, 79092, 2056392, 53466192, 1390120992, 36143145792, 939721790592, 24432766555392, 635251930440192, 16516550191444992, 429430304977569792, 11165187929416814592, 290294886164837179392, 7547667040285766664192
Offset: 1

Views

Author

R. H. Hardin Feb 25 2012

Keywords

Comments

Column 3 of A208392

Examples

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

Formula

Empirical: a(n) = 26*a(n-1) for n>2

A208388 Number of n X 4 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

14, 1017, 76806, 5800644, 438083928, 33085555344, 2498731184736, 188712490047552, 14252194920963456, 1076373164351510784, 81291281473560135168, 6139387958073915884544, 463666998680569442359296
Offset: 1

Views

Author

R. H. Hardin, Feb 25 2012

Keywords

Comments

Column 4 of A208392.

Examples

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

Crossrefs

Cf. A208392.

Formula

Empirical: a(n) = 76*a(n-1) - 36*a(n-2) for n>3.
Empirical g.f.: x*(14 - 47*x + 18*x^2) / (1 - 76*x + 36*x^2). - Colin Barker, Jul 02 2018

A208389 Number of n X 5 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

41, 8838, 1937736, 424785708, 93120350760, 20413586117376, 4475009970818208, 980999326809336384, 215051963118734640384, 47143097428659169764096, 10334579619442851721032192, 2265518002338040963538165760
Offset: 1

Views

Author

R. H. Hardin, Feb 25 2012

Keywords

Comments

Column 5 of A208392.

Examples

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

Crossrefs

Cf. A208392.

Formula

Empirical: a(n) = 222*a(n-1) - 612*a(n-2) + 432*a(n-3) for n>4.
Empirical g.f.: x*(41 - 264*x + 792*x^2 - 540*x^3) / (1 - 222*x + 612*x^2 - 432*x^3). - Colin Barker, Jul 02 2018

A208390 Number of nX6 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

122, 76806, 48890520, 31112194860, 19798894881900, 12599441934740388, 8017919094401985204, 5102370957264743298996, 3247000759052439181788564, 2066297024969543787823082196, 1314931443577477050291551747028
Offset: 1

Views

Author

R. H. Hardin Feb 25 2012

Keywords

Comments

Column 6 of A208392

Examples

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

Formula

Empirical: a(n) = 649*a(n-1) -8088*a(n-2) +32724*a(n-3) -69156*a(n-4) +80352*a(n-5) -46656*a(n-6) for n>7

A208391 Number of nX7 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

365, 667476, 1233536544, 2278687944204, 4209452449879284, 7776176148498498768, 14365030966055594634024, 26536707847376158191040692, 49021604272173916567275685956, 90558244799577286285888604547504
Offset: 1

Views

Author

R. H. Hardin Feb 25 2012

Keywords

Comments

Column 7 of A208392

Examples

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

Formula

Empirical: a(n) = 1899*a(n-1) -96485*a(n-2) +1863135*a(n-3) -19545624*a(n-4) +128977488*a(n-5) -573780996*a(n-6) +1774673712*a(n-7) -3625252848*a(n-8) +3358392192*a(n-9) +1063196928*a(n-10) for n>12

A208393 Number of 2 X n 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

2, 14, 117, 1017, 8838, 76806, 667476, 5800644, 50410008, 438083928, 3807131472, 33085555344, 287527231584, 2498731184736, 21715012867392, 188712490047552, 1639989997584768, 14252194920963456, 123857499353216256
Offset: 1

Views

Author

R. H. Hardin, Feb 25 2012

Keywords

Comments

Row 2 of A208392.

Examples

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

Crossrefs

Cf. A208392.

Formula

Empirical: a(n) = 8*a(n-1) + 6*a(n-2) for n>4.
Conjectures from Colin Barker, Jul 02 2018: (Start)
G.f.: x*(1 + x)*(2 - 4*x - 3*x^2) / (1 - 8*x - 6*x^2).
a(n) = ((4-sqrt(22))^n*(-2+sqrt(22)) + (2+sqrt(22))*(4+sqrt(22))^n) / (8*sqrt(22)) for n>2.
(End)

A208394 Number of 3 X n 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

5, 122, 3042, 76806, 1937736, 48890520, 1233536544, 31122868320, 785248636032, 19812294175104, 499876067713536, 12612173071468032, 318212692821854208, 8028697140386371584, 202568845385856983040, 5110933493125207056384
Offset: 1

Views

Author

R. H. Hardin, Feb 25 2012

Keywords

Comments

Row 3 of A208392.

Examples

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

Crossrefs

Cf. A208392.

Formula

Empirical: a(n) = 22*a(n-1) + 80*a(n-2) + 40*a(n-3) - 48*a(n-4) for n>6.
Empirical g.f.: x*(5 + 12*x - 42*x^2 - 78*x^3 + 4*x^4 + 24*x^5) / ((1 + 2*x)*(1 - 24*x - 32*x^2 + 24*x^3)). - Colin Barker, Jul 02 2018

A208395 Number of 4 X n 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

14, 1094, 79092, 5800644, 424785708, 31112194860, 2278687944204, 166893600277548, 12223468411103052, 895260103173464940, 65569822288888377996, 4802404999579303113900, 351733358040572021645772
Offset: 1

Views

Author

R. H. Hardin, Feb 25 2012

Keywords

Comments

Row 4 of A208392.

Examples

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

Crossrefs

Cf. A208392.

Formula

Empirical: a(n) = 61*a(n-1) +868*a(n-2) +2200*a(n-3) -7744*a(n-4) -17728*a(n-5) +40704*a(n-6) -13824*a(n-7) for n>9.

A208396 Number of 5Xn 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

41, 9842, 2056392, 438083928, 93120350760, 19798894881900, 4209452449879284, 894976200467603100, 190281795998287100868, 40456006404952930502220, 8601392693737014451368372, 1828750854693797651745630540
Offset: 1

Views

Author

R. H. Hardin Feb 25 2012

Keywords

Comments

Row 5 of A208392

Examples

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

Formula

Empirical: a(n) = 171*a(n-1) +8504*a(n-2) +77860*a(n-3) -1000900*a(n-4) -11005932*a(n-5) +78914544*a(n-6) +374284064*a(n-7) -3897108352*a(n-8) +9817487872*a(n-9) -6449426432*a(n-10) -6696632320*a(n-11) +7534936064*a(n-12) +1817837568*a(n-13) -2092433408*a(n-14) -484442112*a(n-15) for n>18
Showing 1-10 of 12 results. Next