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.

Previous Showing 41-50 of 85 results. Next

A299280 Partial sums of A299279.

Original entry on oeis.org

1, 9, 39, 107, 233, 413, 699, 1047, 1557, 2129, 2927, 3779, 4929, 6117, 7683, 9263, 11309, 13337, 15927, 18459, 21657, 24749, 28619, 32327, 36933, 41313, 46719, 51827, 58097, 63989, 71187, 77919, 86109, 93737, 102983, 111563, 121929, 131517, 143067, 153719, 166517
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Crossrefs

Cf. A299279.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Programs

  • Mathematica
    LinearRecurrence[{1,3,-3,-3,3,1,-1},{1,9,39,107,233,413,699,1047},50] (* Harvey P. Dale, Jul 22 2021 *)
  • PARI
    Vec((1 + 8*x + 27*x^2 + 44*x^3 + 39*x^4 - 3*x^6 + 4*x^7) / ((1 - x)^4*(1 + x)^3) + O(x^60)) \\ Colin Barker, Feb 11 2018

Formula

From Colin Barker, Feb 11 2018: (Start)
G.f.: (1 + 8*x + 27*x^2 + 44*x^3 + 39*x^4 - 3*x^6 + 4*x^7) / ((1 - x)^4*(1 + x)^3).
a(n) = (5*n^3 + 8*n^2 + 6*n - 6) / 2 for n>0 and even.
a(n) = (5*n^3 + 7*n^2 + 5*n + 1) / 2 for n odd.
a(n) = a(n-1) + 3*a(n-2) - 3*a(n-3) - 3*a(n-4) + 3*a(n-5) + a(n-6) - a(n-7) for n>7. (End)
E.g.f.: (8 - (6 - 17*x - 23*x^2 - 5*x^3)*cosh(x) + (1 + 19*x + 22*x^2 + 5*x^3)*sinh(x))/2. - Stefano Spezia, Jun 06 2024

A299281 Coordination sequence for "reo-e" 3D uniform tiling.

Original entry on oeis.org

1, 6, 19, 41, 72, 114, 166, 224, 288, 364, 454, 550, 648, 758, 886, 1020, 1152, 1296, 1462, 1634, 1800, 1978, 2182, 2392, 2592, 2804, 3046, 3294, 3528, 3774, 4054, 4340, 4608, 4888, 5206, 5530, 5832, 6146, 6502, 6864, 7200, 7548, 7942, 8342, 8712, 9094, 9526, 9964, 10368
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Comments

First 20 terms computed by Davide M. Proserpio using ToposPro.

References

  • B. Grünbaum, Uniform tilings of 3-space, Geombinatorics, 4 (1994), 49-56. See tiling #9.

Crossrefs

See A299282 for partial sums.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.
Cf. A056594.

Programs

  • PARI
    Vec((1 + x)*(1 + x^2 + x^3)*(1 + 2*x + 3*x^2 + x^4 - 2*x^5 + x^6) / ((1 - x)^3*(1 + x^2)^2) + O(x^60)) \\ Colin Barker, Feb 14 2018

Formula

G.f.: (x+1)*(x^3+x^2+1)*(x^6-2*x^5+x^4+3*x^2+2*x+1) / ((x^2+1)^2*(1-x)^3). - N. J. A. Sloane, Feb 12 2018
a(n) = 3*a(n-1) - 5*a(n-2) + 7*a(n-3) - 7*a(n-4) + 5*a(n-5) - 3*a(n-6) + a(n-7) for n>8. - Colin Barker, Feb 14 2018
a(n) = (9*n^2 + 4*(1 - A056594(n)) - (n - 4)*A056594(n+1))/2 for n > 3. - Stefano Spezia, Apr 23 2023

Extensions

a(21)-a(40) from Davide M. Proserpio, Feb 12 2018

A299282 Partial sums of A299281.

Original entry on oeis.org

1, 7, 26, 67, 139, 253, 419, 643, 931, 1295, 1749, 2299, 2947, 3705, 4591, 5611, 6763, 8059, 9521, 11155, 12955, 14933, 17115, 19507, 22099, 24903, 27949, 31243, 34771, 38545, 42599, 46939, 51547, 56435, 61641, 67171, 73003, 79149, 85651, 92515, 99715, 107263, 115205
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Crossrefs

The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Programs

  • PARI
    Vec((1 + x)*(1 + x^2 + x^3)*(1 + 2*x + 3*x^2 + x^4 - 2*x^5 + x^6) / ((1 - x)^4*(1 + x^2)^2) + O(x^70)) \\ Colin Barker, Feb 14 2018

Formula

From Colin Barker, Feb 14 2018: (Start)
G.f.: (1 + x)*(1 + x^2 + x^3)*(1 + 2*x + 3*x^2 + x^4 - 2*x^5 + x^6) / ((1 - x)^4*(1 + x^2)^2).
a(n) = 4*a(n-1) - 8*a(n-2) + 12*a(n-3) - 14*a(n-4) + 12*a(n-5) - 8*a(n-6) + 4*a(n-7) - a(n-8) for n>8. (End)
a(n) = (n*(6*n^2 + 9*n + 11) - 12 + (n - 8)*A056594(n) - (n + 1)*A056594(n+1))/4 for n > 2. - Stefano Spezia, Apr 23 2023

A299283 Coordination sequence for "svh" 3D uniform tiling.

Original entry on oeis.org

1, 7, 22, 48, 84, 130, 186, 253, 330, 417, 514, 622, 740, 868, 1006, 1155, 1314, 1483, 1662, 1852, 2052, 2262, 2482, 2713, 2954, 3205, 3466, 3738, 4020, 4312, 4614, 4927, 5250, 5583, 5926, 6280, 6644, 7018, 7402, 7797, 8202, 8617, 9042, 9478, 9924, 10380
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Comments

First 20 terms computed by Davide M. Proserpio using ToposPro.

References

  • B. Grünbaum, Uniform tilings of 3-space, Geombinatorics, 4 (1994), 49-56. See tiling #15.

Crossrefs

See A299284 for partial sums.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Programs

  • Mathematica
    LinearRecurrence[{2,-1,0,1,-2,1},{1,7,22,48,84,130,186},50] (* Harvey P. Dale, May 19 2019 *)
  • PARI
    Vec((1 + 5*x + 9*x^2 + 11*x^3 + 9*x^4 + 5*x^5 + x^6) / ((1 - x)^3*(1 + x)*(1 + x^2)) + O(x^60)) \\ Colin Barker, Feb 11 2018

Formula

G.f.: (x^6+5*x^5+9*x^4+11*x^3+9*x^2+5*x+1)/((x+1)*(x^2+1)*(1-x)^3).
a(n) = 2*a(n-1) - a(n-2) + a(n-4) - 2*a(n-5) + a(n-6) for n>6. - Colin Barker, Feb 11 2018
a(n) = (29 - (-1)^n + 82*n^2 + 4*A056594(n))/16 for n > 0. - Stefano Spezia, Jun 06 2024

A299284 Partial sums of A299283.

Original entry on oeis.org

1, 8, 30, 78, 162, 292, 478, 731, 1061, 1478, 1992, 2614, 3354, 4222, 5228, 6383, 7697, 9180, 10842, 12694, 14746, 17008, 19490, 22203, 25157, 28362, 31828, 35566, 39586, 43898, 48512, 53439, 58689, 64272, 70198, 76478, 83122, 90140, 97542, 105339, 113541
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Crossrefs

Cf. A299283.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Programs

  • Mathematica
    LinearRecurrence[{3,-3,1,1,-3,3,-1},{1,8,30,78,162,292,478},50] (* Harvey P. Dale, Mar 30 2024 *)
  • PARI
    Vec((1 + 5*x + 9*x^2 + 11*x^3 + 9*x^4 + 5*x^5 + x^6) / ((1 - x)^4*(1 + x)*(1 + x^2)) + O(x^60)) \\ Colin Barker, Feb 11 2018

Formula

From Colin Barker, Feb 11 2018: (Start)
G.f.: (1 + 5*x + 9*x^2 + 11*x^3 + 9*x^4 + 5*x^5 + x^6) / ((1 - x)^4*(1 + x)*(1 + x^2)).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + a(n-4) - 3*a(n-5) + 3*a(n-6) - a(n-7) for n>6.
(End)

A299285 Coordination sequence for "tea" 3D uniform tiling.

Original entry on oeis.org

1, 10, 33, 73, 128, 199, 285, 388, 506, 640, 789, 955, 1136, 1333, 1545, 1774, 2018, 2278, 2553, 2845, 3152, 3475, 3813, 4168, 4538, 4924, 5325, 5743, 6176, 6625, 7089, 7570, 8066, 8578, 9105, 9649, 10208, 10783, 11373, 11980, 12602, 13240, 13893
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Comments

First 20 terms computed by Davide M. Proserpio using ToposPro.

Crossrefs

See A299286 for partial sums.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.
Cf. A056594.

Programs

  • Mathematica
    LinearRecurrence[{2,-1,0,1,-2,1},{1,10,33,73,128,199,285},50] (* Harvey P. Dale, May 09 2022 *)
  • PARI
    a(n)=([0,1,0,0,0,0; 0,0,1,0,0,0; 0,0,0,1,0,0; 0,0,0,0,1,0; 0,0,0,0,0,1; 1,-2,1,0,-1,2]^n*[1;10;33;73;128;199])[1,1] \\ Charles R Greathouse IV, Oct 18 2022

Formula

From Colin Barker, Feb 11 2018: (Start)
G.f.: (1 + 8*x + 14*x^2 + 17*x^3 + 14*x^4 + 8*x^5 + x^6) / ((1 - x)^3*(1 + x)*(1 + x^2)).
a(n) = 2*a(n-1) - a(n-2) + a(n-4) - 2*a(n-5) + a(n-6) for n>6. (End)
[I suspect Barker's formulas only conjectures. - N. J. A. Sloane, Jun 12 2024]
If the above formulas are true, then a(n) = (31 - 3*(-1)^n + 126*n^2 + 4*A056594(n))/16 for n > 0. - Stefano Spezia, Jun 08 2024

A299286 Partial sums of A299285.

Original entry on oeis.org

1, 11, 44, 117, 245, 444, 729, 1117, 1623, 2263, 3052, 4007, 5143, 6476, 8021, 9795, 11813, 14091, 16644, 19489, 22641, 26116, 29929, 34097, 38635, 43559, 48884, 54627, 60803, 67428, 74517, 82087, 90153, 98731, 107836, 117485, 127693, 138476, 149849
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Crossrefs

Cf. A299285.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Formula

Conjectures from Colin Barker, Feb 11 2018: (Start)
G.f.: (1 + 8*x + 14*x^2 + 17*x^3 + 14*x^4 + 8*x^5 + x^6) / ((1 - x)^4*(1 + x)*(1 + x^2)).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + a(n-4) - 3*a(n-5) + 3*a(n-6) - a(n-7) for n>6.
(End)

A299287 Coordination sequence for "tcd" 3D uniform tiling.

Original entry on oeis.org

1, 10, 33, 72, 126, 196, 281, 382, 498, 630, 777, 940, 1118, 1312, 1521, 1746, 1986, 2242, 2513, 2800, 3102, 3420, 3753, 4102, 4466, 4846, 5241, 5652, 6078, 6520, 6977, 7450, 7938, 8442, 8961, 9496, 10046, 10612, 11193, 11790, 12402, 13030, 13673, 14332
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Comments

First 20 terms computed by Davide M. Proserpio using ToposPro.

Crossrefs

See A299288 for partial sums.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Programs

  • Mathematica
    LinearRecurrence[{2, 0, -2, 1}, {1, 10, 33, 72, 126}, 50] (* Paolo Xausa, Aug 28 2024 *)
  • PARI
    Vec((1 + 8*x + 13*x^2 + 8*x^3 + x^4) / ((1 - x)^3*(1 + x)) + O(x^60)) \\ Colin Barker, Feb 11 2018

Formula

G.f.: (x^4 + 8*x^3 + 13*x^2 + 8*x + 1) / ((1 + x)*(1 - x)^3).
From Colin Barker, Feb 11 2018: (Start)
a(n) = (31*n^2 + 8) / 4 for even n>0.
a(n) = (31*n^2 + 9) / 4 for odd n>0.
a(n) = 2*a(n-1) - 2*a(n-3) + a(n-4) for n>4. (End)
E.g.f.: ((8 + 31*x + 31*x^2)*cosh(x) + (9 + 31*x + 31*x^2)*sinh(x) - 4)/4. - Stefano Spezia, Jun 08 2024

A299288 Partial sums of A299287.

Original entry on oeis.org

1, 11, 44, 116, 242, 438, 719, 1101, 1599, 2229, 3006, 3946, 5064, 6376, 7897, 9643, 11629, 13871, 16384, 19184, 22286, 25706, 29459, 33561, 38027, 42873, 48114, 53766, 59844, 66364, 73341, 80791, 88729, 97171, 106132, 115628, 125674, 136286, 147479, 159269
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Crossrefs

Cf. A299287.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Programs

  • PARI
    Vec((1 + 8*x + 13*x^2 + 8*x^3 + x^4) / ((1 - x)^4*(1 + x)) + O(x^60)) \\ Colin Barker, Feb 11 2018

Formula

From Colin Barker, Feb 11 2018: (Start)
G.f.: (1 + 8*x + 13*x^2 + 8*x^3 + x^4) / ((1 - x)^4*(1 + x)).
a(n) = (62*n^3 + 93*n^2 + 82*n + 24) / 24 for n even.
a(n) = (62*n^3 + 93*n^2 + 82*n + 27) / 24 for n odd.
a(n) = 3*a(n-1) - 2*a(n-2) - 2*a(n-3) + 3*a(n-4) - a(n-5) for n>4.
(End)

A299289 Coordination sequence for "tsi" 3D uniform tiling.

Original entry on oeis.org

1, 8, 28, 60, 106, 164, 236, 320, 418, 528, 652, 788, 938, 1100, 1276, 1464, 1666, 1880, 2108, 2348, 2602, 2868, 3148, 3440, 3746, 4064, 4396, 4740, 5098, 5468, 5852, 6248, 6658, 7080, 7516, 7964, 8426, 8900, 9388, 9888, 10402, 10928
Offset: 0

Views

Author

N. J. A. Sloane, Feb 10 2018

Keywords

Comments

First 20 terms computed by Davide M. Proserpio using ToposPro.

References

  • B. Grünbaum, Uniform tilings of 3-space, Geombinatorics, 4 (1994), 49-56. See tiling #12.

Crossrefs

See A299290 for partial sums.
The 28 uniform 3D tilings: cab: A299266, A299267; crs: A299268, A299269; fcu: A005901, A005902; fee: A299259, A299265; flu-e: A299272, A299273; fst: A299258, A299264; hal: A299274, A299275; hcp: A007899, A007202; hex: A005897, A005898; kag: A299256, A299262; lta: A008137, A299276; pcu: A005899, A001845; pcu-i: A299277, A299278; reo: A299279, A299280; reo-e: A299281, A299282; rho: A008137, A299276; sod: A005893, A005894; sve: A299255, A299261; svh: A299283, A299284; svj: A299254, A299260; svk: A010001, A063489; tca: A299285, A299286; tcd: A299287, A299288; tfs: A005899, A001845; tsi: A299289, A299290; ttw: A299257, A299263; ubt: A299291, A299292; bnn: A007899, A007202. See the Proserpio link in A299266 for overview.

Formula

Conjectures from Colin Barker, Feb 11 2018: (Start)
G.f.: (1 + 6*x + 12*x^2 + 6*x^3 + x^4) / ((1 - x)^3*(1 + x)).
a(n) = (13*n^2 + 4) / 2 for n>0 and even.
a(n) = (13*n^2 + 3) / 2 for n odd.
a(n) = 2*a(n-1) - 2*a(n-3) + a(n-4) for n>4. (End)
Conjectured e.g.f.: ((4 + 13*x + 13*x^2)*cosh(x) + (3 + 13*x + 13*x^2)*sinh(x) - 2)/2. - Stefano Spezia, Jun 08 2024
Previous Showing 41-50 of 85 results. Next