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

A189274 Number of nX3 array permutations with each element not moved or moved diagonally or antidiagonally by one.

Original entry on oeis.org

1, 9, 45, 225, 1125, 5625, 28125, 140625, 703125, 3515625, 17578125, 87890625, 439453125, 2197265625, 10986328125, 54931640625, 274658203125, 1373291015625, 6866455078125, 34332275390625, 171661376953125, 858306884765625, 4291534423828125, 21457672119140625
Offset: 1

Views

Author

R. H. Hardin Apr 19 2011

Keywords

Comments

Column 3 of A189280

Examples

			Some solutions for 4X3
..0..1..4....0..1..4....4..5..2....4..1..2....0..5..2....0..5..2....0..5..2
..3..2..5....3..2..5....3..0..1....3..0..5....3..8..1....7..4..1....3..4..1
.10.11..8....6..7..8...10.11..8....6..9.10....6.11..4...10..3..8....6..7..8
..9..6..7....9.10.11....9..6..7....7..8.11....9.10..7....9..6.11....9.10.11
		

Crossrefs

Cf. A270567.

Formula

Empirical: a(n) = 5*a(n-1) for n>2
Apparently, the O.g.f. is x*(1+4x)/(1-5x). - Philippe Deléham, Feb 25 2012
Apparently : a(n) = Sum_{k, 1<=k<=n} A207628(n,k)*2^(k-1). - Philippe Deléham, Feb 25 2012

A189275 Number of nX4 array permutations with each element not moved or moved diagonally or antidiagonally by one.

Original entry on oeis.org

1, 25, 225, 2704, 29241, 323761, 3553225, 39100009, 429981696, 4729725529, 52022767225, 572215089601, 6293931930441, 69228590218384, 761462776998225, 8375523274873225, 92124512415080401, 1013300979290647441
Offset: 1

Views

Author

R. H. Hardin Apr 19 2011

Keywords

Comments

Column 4 of A189280

Examples

			Some solutions for 3X4
..0..4..2..3....0..6..5..3....0..6..7..3....0..6..7..3....0..6..2..3
..1.10.11..7....4.10..1..2....9.10..1..2....9..8..1..2....1.10..9..7
..8..9..5..6....8..9..7.11....8..4..5.11....5..4.10.11....8..4..5.11
		

Formula

Empirical: a(n) = 12*a(n-1) -7*a(n-2) -78*a(n-3) +365*a(n-4) +67*a(n-5) +269*a(n-6) -269*a(n-7) -67*a(n-8) -365*a(n-9) +78*a(n-10) +7*a(n-11) -12*a(n-12) +a(n-13)

A189273 Number of n X n array permutations with each element not moved or moved diagonally or antidiagonally by one.

Original entry on oeis.org

1, 4, 45, 2704, 670480, 787195249, 4145792570105, 101143260268999524, 11280706205128114909440, 5796399045731034830898691089, 13683583940408484626053574835068160, 148672374145154580465126584170730657054929, 7431065990498975549840519048937892773708604741833
Offset: 1

Views

Author

R. H. Hardin, Apr 19 2011

Keywords

Comments

a(n) is a perfect square when n is even. - Pontus von Brömssen, Sep 03 2024

Examples

			Some solutions for 3 X 3:
..0..3..4....0..5..4....4..3..2....0..3..2....0..3..4....0..5..2....0..3..2
..7..2..1....7..2..1....1..0..7....1..8..7....1..2..7....7..6..1....7..4..1
..6..5..8....6..3..8....6..5..8....6..5..4....6..5..8....4..3..8....6..5..8
		

Crossrefs

Diagonal of A189280.

Extensions

More terms from Pontus von Brömssen, Sep 03 2024

A189276 Number of nX5 array permutations with each element not moved or moved diagonally or antidiagonally by one.

Original entry on oeis.org

1, 64, 1125, 29241, 670480, 15594601, 361199937, 8366395024, 193788877917, 4488512569321, 103963620831296, 2408013388109169, 55774648500091873, 1291857814182989824, 29922137343175603701, 693059476202859612025
Offset: 1

Views

Author

R. H. Hardin Apr 19 2011

Keywords

Comments

Column 5 of A189280

Examples

			Some solutions for 3X5
..0..1..8..7..4....0..5..2..7..8....0..1..8..3..4....0..5..8..7..4
.11..2..3.12.13....1..6..3..4.13....5.12.13..2..9....1..2..3.12..9
.10..5..6..9.14...10.11.12..9.14...10.11..6..7.14...10.11..6.13.14
		

Formula

Empirical: a(n) = 25*a(n-1) -1067*a(n-3) +1111*a(n-4) +19248*a(n-5) -37086*a(n-6) +40374*a(n-7) -18000*a(n-8) -44874*a(n-9) +111258*a(n-10) -91872*a(n-11) +9999*a(n-12) -13743*a(n-13) -891*a(n-15) -81*a(n-16)

A189277 Number of nX6 array permutations with each element not moved or moved diagonally or antidiagonally by one.

Original entry on oeis.org

1, 169, 5625, 323761, 15594601, 787195249, 39085685401, 1949419118656, 97069135502689, 4835817858602025, 240875561267144001, 11998744295061733225, 597685566698850914881, 29772260040114654506929, 1483030925713920090336361
Offset: 1

Views

Author

R. H. Hardin Apr 19 2011

Keywords

Comments

Column 6 of A189280

Examples

			Some solutions for 3X6
..0..1..2..3..4.10....0..1..9.10..4..5....0..1..2.10..9..5....0..1..9..8.11..5
.13..7.15.16..5.11....6.12.15..2..3.16...13..7..8.16..3..4....6..2..3.14.15..4
.12..6.14..8..9.17....7.13.14..8.11.17...12..6.14.15.11.17...12.13..7.10.16.17
		

Formula

Empirical: a(n) = 58*a(n-1) -301*a(n-2) -4866*a(n-3) -21960*a(n-4) -823600*a(n-5) +45797879*a(n-6) -313746100*a(n-7) -1040879132*a(n-8) +10523951863*a(n-9) +1357926687*a(n-10) -216090587927*a(n-11) +876853511696*a(n-12) +4191642125212*a(n-13) -30921403655299*a(n-14) -6515690573509*a(n-15) +371307538051638*a(n-16) -1041286930614538*a(n-17) -3363427461563196*a(n-18) +31826786018803183*a(n-19) -47160697573906395*a(n-20) -231308633505324258*a(n-21) +871429077024905761*a(n-22) +2160723423104806595*a(n-23) -17152507096601439681*a(n-24) +25968500032213663674*a(n-25) +38922170217327564851*a(n-26) -151211153031986764266*a(n-27) -95050870774067293207*a(n-28) +439266370076938210059*a(n-29) -3695670811985929353839*a(n-30) +49324046556559446451883*a(n-31) -177460774893200634458583*a(n-32) +16280817093313845039035*a(n-33) +1622604676512749335389297*a(n-34) -5941933747736948532332933*a(n-35) +12412791334407699526861887*a(n-36) -18068736062697031310610065*a(n-37) +19870670151508568528482575*a(n-38) -17964270144801069420368713*a(n-39) +15597119715087752690639801*a(n-40) -18063865476401113066387429*a(n-41) +31503044914962620656553143*a(n-42) -56864881421652279291383629*a(n-43) +85651084948935936027042833*a(n-44) -108585808327633300717114447*a(n-45) +118975272987278937102302023*a(n-46) -107713976137989863330326747*a(n-47) +71824480451711121513230633*a(n-48) -24393899043870379986777645*a(n-49) -24393899043870379986777645*a(n-50) +71824480451711121513230633*a(n-51) -107713976137989863330326747*a(n-52) +118975272987278937102302023*a(n-53) -108585808327633300717114447*a(n-54) +85651084948935936027042833*a(n-55) -56864881421652279291383629*a(n-56) +31503044914962620656553143*a(n-57) -18063865476401113066387429*a(n-58) +15597119715087752690639801*a(n-59) -17964270144801069420368713*a(n-60) +19870670151508568528482575*a(n-61) -18068736062697031310610065*a(n-62) +12412791334407699526861887*a(n-63) -5941933747736948532332933*a(n-64) +1622604676512749335389297*a(n-65) +16280817093313845039035*a(n-66) -177460774893200634458583*a(n-67) +49324046556559446451883*a(n-68) -3695670811985929353839*a(n-69) +439266370076938210059*a(n-70) -95050870774067293207*a(n-71) -151211153031986764266*a(n-72) +38922170217327564851*a(n-73) +25968500032213663674*a(n-74) -17152507096601439681*a(n-75) +2160723423104806595*a(n-76) +871429077024905761*a(n-77) -231308633505324258*a(n-78) -47160697573906395*a(n-79) +31826786018803183*a(n-80) -3363427461563196*a(n-81) -1041286930614538*a(n-82) +371307538051638*a(n-83) -6515690573509*a(n-84) -30921403655299*a(n-85) +4191642125212*a(n-86) +876853511696*a(n-87) -216090587927*a(n-88) +1357926687*a(n-89) +10523951863*a(n-90) -1040879132*a(n-91) -313746100*a(n-92) +45797879*a(n-93) -823600*a(n-94) -21960*a(n-95) -4866*a(n-96) -301*a(n-97) +58*a(n-98) -a(n-99)

A189278 Number of nX7 array permutations with each element not moved or moved diagonally or antidiagonally by one.

Original entry on oeis.org

1, 441, 28125, 3553225, 361199937, 39085685401, 4145792570105, 441979857682489, 47045498167288233, 5009341586507664025, 533335273492176377097, 56783742831233576420089, 6045707037507297581064681
Offset: 1

Views

Author

R. H. Hardin Apr 19 2011

Keywords

Comments

Column 7 of A189280

Examples

			Some solutions for 3X7
..0..1..2..3.12.13..6....0..7..2..3.10.11..6....0..9..2..3..4..5.12
..7.14..9.16.19..4..5...15.16..1..4..5.18.19...15.14..1.10.19..6.13
..8.15.10.17.18.11.20...14..9..8.17.12.13.20....8..7.16.17.18.11.20
		

A189279 Number of nX8 array permutations with each element not moved or moved diagonally or antidiagonally by one.

Original entry on oeis.org

1, 1156, 140625, 39100009, 8366395024, 1949419118656, 441979857682489, 101143260268999524, 23076937169939058561, 5270856026569766627569, 1203479485449751104976144, 274821392418575218931980321
Offset: 1

Views

Author

R. H. Hardin Apr 19 2011

Keywords

Comments

Column 8 of A189280

Examples

			Some solutions for 3X8
..0..1..9.12..4..5.13..7....0..8..9..3..4.12.15..7....9..8..2..3.11..5..6..7
..8.18.19..2..3..6.23.15....1..2.19.18..5.22.23..6....1..0.17..4.19.20.21.22
.16.17.11.10.20.21.22.14...16.17.11.10.20.21.13.14...16.10.18.12.13.14.15.23
		
Showing 1-7 of 7 results.