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 31-40 of 44 results. Next

A206544 Period 12: repeat 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1.

Original entry on oeis.org

1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1
Offset: 1

Views

Author

Wolfdieter Lang, Feb 09 2012

Keywords

Comments

For general Modd n (not to be confused with mod n) see a comment on A203571. The present sequence gives the residues Modd 13 of the positive odd numbers not divisible by 13, which are given in A204457.
The underlying periodic sequence with period length 26 is periodic([0,1,2,3,4,5,6,7,8,9,10,11,12,0,12,11,10,9,8,7,6,5,4,3,2,1]), called, with offset 0, P_13 or Modd13.

Examples

			Residue Modd 13 of the positive odd numbers not divisible by 13:
A204457: 1, 3, 5, 7, 9, 11, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, ...
Modd 13: 1, 3, 5, 7, 9, 11, 11,  9,  7,  5,  3,  1,  1,  3,  5,  7, ...
		

Crossrefs

Cf. A000012 (Modd 3), A084101 (Modd 5), A110551 (Modd 7), A206543 (Modd 11).

Programs

  • Mathematica
    LinearRecurrence[{1, 0, 0, 0, 0, -1, 1},{1, 3, 5, 7, 9, 11, 11},72] (* Ray Chandler, Aug 08 2015 *)
  • PARI
    a(n)=[1, 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3][n%12+1] \\ Charles R Greathouse IV, Jul 17 2016

Formula

a(n) = A204457(n) (Modd 13) := Modd13(A204457(n)), n>=1, with the period length 26 periodic sequence Modd13 given in the comment section.
O.g.f.: x*(1+x^11+3*x*(1+x^9)+5*x^2*(1+x^7)+7*x^3*(1+x^5)+9*x^4*(1+x^3)+11*x^5*(1+x))/(1-x^12) = x*(1-x^6)*(1+x)/((1+x^6)*(1-x)^2).

A206545 Period length 16: repeat 1, 3, 5, 7, 9, 11, 13, 15, 15, 13, 11, 9, 7, 5, 3, 1.

Original entry on oeis.org

1, 3, 5, 7, 9, 11, 13, 15, 15, 13, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 13, 15, 15, 13, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 13, 15, 15, 13, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 13, 15, 15, 13, 11, 9, 7, 5, 3, 1, 1, 3, 5, 7, 9, 11, 13, 15, 15, 13, 11, 9, 7, 5, 3, 1
Offset: 1

Views

Author

Wolfdieter Lang, Feb 09 2012

Keywords

Comments

For general Modd n see a comment on A203571. This sequence gives the Modd 17 residues of the odd numbers not divisible by 17, which are given in A204458.
The underlying periodic sequence with period length 34 is periodic (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 0, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 4, 3, 2, 1). This sequence with offset 0 is called P_17 or Modd17.

Examples

			Residue Modd 17 of the positive odd numbers not divisible by 17:
A204458: 1, 3, 5, 7, 9, 11, 13, 15, 19, 21, 23, 25, 27, 29,...
Modd 17: 1, 3, 5, 7, 9, 11, 13, 15, 15, 13, 11,  9,  7,  5,...
		

Crossrefs

Cf. A000012 (Modd 3), A084101 (Modd 5), A110551 (Modd 7), A206543 (Modd 11), A206544 (Modd 13).

Programs

  • Mathematica
    PadRight[{},120,Join[Range[1,15,2],Range[15,1,-2]]] (* Harvey P. Dale, Sep 21 2018 *)

Formula

a(n) = A204458(n) (Modd 17) := Modd17(A204458(n)), n>=1, with the periodic sequence Modd17, with period length 34, defined in the comment section.
O.g.f.: x*(1+x^15+3*x*(1+x^13)+5*x^2*(1+x^11)+7*x^3*(1+x^9)+9*x^4*(1+x^7)+11*x^5*(1+x^5)+ 13*x^6*(1+x^3)+15*x^7*(1+x))/(1-x^16) = x*(1+x)^2*(1+x^2)*(1+x^4)/((1+x^8)*(1-x)).

A209389 Product of positive odd integers smaller than n and relatively prime to n, taken Modd n. A209388(n) (Modd n).

Original entry on oeis.org

0, 1, 1, 3, 3, 5, 1, 7, 1, 9, 1, 1, 5, 13, 11, 15, 13, 17, 1, 1, 13, 21, 1, 1, 7, 25, 1, 1, 17, 1, 1, 31, 23, 33, 29, 1, 31, 37, 25, 1, 9, 1, 1, 1, 19, 45, 1, 1, 1, 49, 35, 1, 23, 53, 21, 1, 37, 57, 1, 1, 11, 61, 55, 63, 1, 1, 1, 1, 47, 1
Offset: 1

Views

Author

Wolfdieter Lang, Mar 10 2012

Keywords

Comments

For Modd n (not to be confused with mod n) see a comment on A203571.
See A209388 for the number of elements of the reduced residue class Modd n, called delta(n).
a(prime(n)) = (prime(n)-2)!! Modd prime(n) = 1 if n=1 or (prime(n)-1)/2 is odd, and = r(prime(n)) if (prime(n)-1)/2 is even. Here r(prime(n)) is the smallest positive nontrivial solution of x^2==1 (Modd prime(n)), which exists only for primes of the form 4*k+1 given in A002144. For r(prime(n)) see A206549. This is the analog of Wilson's theorem for Modd prime(n).
For (prime(n)-2)!! see A207332. [Wolfdieter Lang, Mar 28 2012]

Examples

			a(1) = 1 (Modd 1) = -1 (mod 1) = 0, because floor(1/1)=1 is odd. a(4)= 1*3 (Modd 4) = 3, a(15) = 1*7*11*13 (Modd 15) = 1001 (Modd 15) = 1001 (mod 15) because floor(1001/15) = 66 is even, hence a(15) = 11.
		

Crossrefs

Cf. A209388, A160377 (mod n analog).

Formula

a(n) = A209388(n) (Modd n), n>=1.

A210846 (5^(3^(n-1)) + 1)/(2*3^n).

Original entry on oeis.org

1, 7, 36169, 45991238252616223, 851008860651263039991161205833295116837255258128476241
Offset: 1

Views

Author

Wolfdieter Lang, Apr 24 2012

Keywords

Comments

The number of digits of a(n) is 1, 1, 5, 17, 54, 167, 506, 1525, ... .
Integer 2*a(n) implies that 5^delta(3^n) == -1 (mod 3^n), n>=1, with the degree delta(3^n) = phi(2*3^n)/2 = 3^(n-1) of the minimal polynomial C(3^n,x) of the algebraic number 2*cos(pi/3^n). For delta and the coefficient array of C see A055034 and A187360, respectively. That 2*a(n) is indeed an even integer can be shown by analyzing the terms of the binomial expansion of (6-1)^(3^(n-1)) + 1.
This congruence implies that floor(5^(3^(n-1))/3^n) = 2*a(n) - 1, i.e., it is odd. Hence 5^delta(3^n) == +1 (Modd 3^n), n>=2. For Modd n (not to be confused with mod n) see a comment on A203571. One can show that 5 is the smallest positive primitive root Modd 3^n for n>=2 (for n=1 one has 1^1 == +1 (Modd 3)). See A206550. The proof uses the fact that the order of 5 using multiplication Modd 3^n has to be a divisor of delta(3^n)=3^(n-1), i.e., a power of 3. This is because the multiplicative group Modd 3^n has order delta(3^n) and the subgroup formed by the cycle has the order of 5 considered Modd 3^n. Then apply Lagrange's theorem. That for n>=2 no number 5^(3^(n-1-j)), with j=1, 2..., n-1, is congruent +1 (Modd 3^n) follows from the above established congruence and an analysis of the relevant expansion for a given smaller power.
The above statements show that for n>=1 the multiplicative group Modd 3^n is cyclic (for n=1 the cycle is [1], and for n>=2 the cycle is generated by 5). For the cyclic moduli see A206551.

Examples

			n=1: (5^1+1)/6  = 1; n=2: (5^3 + 1)/18 = 126/18 = 7;
n=3: (5^9 +1)/(2*27) = 1953126/54 = 36169.
		

Crossrefs

Cf. A000244 (powers of 3), A068531, A090129 (the case Modd 2^n).

Formula

a(n) = (5^(3^(n-1)) + 1)/(2*3^n).

A210847 a(n) = (3^(2*5^(n-1)) + 1)/(2*5^n), n >= 1.

Original entry on oeis.org

1, 1181, 2871591950767410355081
Offset: 1

Views

Author

Wolfdieter Lang, May 03 2012

Keywords

Comments

The number of digits of a(n) is 1, 4, 22, 117, 593, 2978, 14905, ..., for n >= 1.
Integer a(n) implies that 3^delta(5^n) == -1 (mod 5^n), n>=1, with the degree delta(5^n) = phi(2*5^n)/2 = 2*5^(n-1) of the minimal polynomial C(5^n,x) of the algebraic number 2*cos(Pi/5^n). For delta and the coefficient array of C see A055034 and A187360, respectively. That 2*a(n) is indeed an even integer can be shown by analyzing the terms of the binomial expansion of (10-1)^(5^(n-1)) + 1.
This congruence implies that floor(3^(2*5^(n-1))/5^n) = 2*a(n) - 1, i.e., it is odd. Hence 3^delta(5^n) == +1 (Modd 5^n), n>=1. For Modd n (not to be confused with mod n) see a comment on A203571. One can show that 3 is the smallest positive primitive root Modd 5^n for n>=1. See A206550. The proof uses the fact that the order of 3 using multiplication Modd 5^n has to be a divisor of delta(5^n)=2*5^(n-1), i.e., either 5^e or 2*5^e with certain e>=0. This is because the multiplicative group Modd 5^n has order delta(5^n) and the order of the subgroup formed by the cycle generated by 3 coincides with the order of 3 considered Modd 5^n. Then Lagrange's theorem is applied. That for n>=1 no power of 3 with exponent 2*5^(n-1-j) with j=1,2,..., n-1 is congruent +1 (Modd 5^n) follows by considering the two cases +1 (mod 5^n) and -1 (mod 5^n) separately. The first case is excluded from the above established congruence by an indirect proof. The case -1 (Modd 5^n) can be excluded by an analysis of the relevant expansion for a given smaller power. The other cases 3^k with k = 5^(n-1-j), where j = 0, 1, ..., n-1, are neither -1 (mod 5^n) nor +1 (mod 5^n) because 3^(5^(n-1)) (mod 5^n) is congruent 3 (mod 5) (see A048899), hence neither +1 nor -1 (mod 5^n), respectively. The lower exponents are then excluded in both cases iteratively by an indirect proof taking fifth powers.
The above statements show that for n>=1 the multiplicative group Modd 5^n is cyclic, and for each n the cycle of length 2*5^(n-1) can be generated starting with 3. For the cyclic moduli see A206551.

Examples

			n = 1: (9 + 1)/(10) = 1; n = 2: (3^10 + 1)/50 = 59050/50 = 1181.
n = 3: (3^50 + 1)/250 = 717897987691852588770250/250 = 2871591950767410355081.
		

Crossrefs

Cf. A068531(n-2), n>=3, (the case p=2), A210846 (the case p=3).

Programs

  • Mathematica
    a[n_] := (3^(2*5^(n-1)) + 1)/(2*5^n); Array[a, 3] (* Amiram Eldar, Jul 11 2025 *)

Formula

a(n) = (3^(2*5^(n-1)) + 1)/(2*5^n), n >= 1.

A216325 Number of divisors of the degree of the minimal polynomial for 2*cos(Pi/n), n >= 1.

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 2, 3, 2, 3, 2, 3, 4, 4, 3, 4, 4, 4, 3, 4, 4, 4, 2, 4, 4, 6, 3, 6, 4, 4, 4, 5, 4, 5, 6, 6, 6, 6, 6, 5, 6, 6, 4, 6, 6, 4, 2, 5, 4, 6, 5, 8, 4, 6, 6, 8, 6, 6, 2, 5, 8, 8, 6, 6, 8, 6, 4, 6, 4, 8, 4, 8, 9, 9, 6, 9, 8, 8, 4, 6, 4, 8, 2, 8, 6, 8, 6, 8, 6, 8, 9, 6, 8, 4, 9, 6, 10, 8
Offset: 1

Views

Author

Wolfdieter Lang, Sep 27 2012

Keywords

Comments

For the minimal polynomials C(n,x) of the algebraic number rho = 2*cos(Pi/n), n >= 1, see their coefficient table A187360. Their degree is delta(n)= phi(2*n)/2, if n >= 2, and delta(1) = 1, with Euler's totient A000010. The delta sequence is given in A055034. a(n) is the number of divisors of delta(n).
a(n) is also the number of distinct Modd n orders given in the table A216320 in row n. (For Modd n see a comment on A203571).
See the analog A062821(n), with the number of divisors of phi(n). The corresponding order table is A216327.

Examples

			a(8) = 3 because C(8,x) = x^4 - 4*x^2 + 2, with degree delta(8) = A055034(8) = 4, and the three divisors of 4 are 1, 2 and 4. tau(4) = A000005(4) = 3.
		

Crossrefs

Cf. A062821 (analog).

Formula

a(n) = tau(delta(n)), n >= 1, with tau = A000005 (number of divisors), delta defined in a comment above and given as delta(n) = A055034(n).

A203575 Array of certain four complete residue classes (nonnegative members), read by SW-NE antidiagonals.

Original entry on oeis.org

0, 1, 4, 2, 7, 8, 3, 6, 9, 12, 5, 10, 15, 16, 11, 14, 17, 20, 13, 18, 23, 24, 19, 22, 25, 28, 21, 26, 31, 32, 27, 30, 33, 36, 29, 34, 39, 40, 35, 38, 41, 44, 37, 42, 47, 48, 43, 46
Offset: 1

Views

Author

Wolfdieter Lang, Jan 12 2012

Keywords

Comments

See A193682 for the sequence called P_4, with period length 8, which defines the four complete residue classes [m], m = 0,1,2,3, via the equivalence relation p==q iff P_4(p) = P_4(q).
See a comment on A203571 for the general P_k sequences, and the multiplicative (but not additive) structure of these residue classes.
The row length sequence of this tabf array is [1,2,3,4,4,4,...].
This array defines a certain permutation of the nonnegative integers.

Examples

			The array starts
n\m  1   2   3   4
1:   0
2:   1   4
3:   2   7   8
4:   3   6   9  12
5:   5  10  15  16
6:  11  14  17  20
7:  13  18  23  24
8:  19  22  25  28
9:  21  26  31  32
10: 27  30  33  36
...
The sequence P_4(n)=A193682(n), n>=0, is repeated 0, 1, 2, 3, 0, 3, 2, 1, with period length 8. P_4(6)=2, hence 6 belongs to class [2].
Multiplicative structure: 11*23 == 3*1 = 3. Indeed: P_4(11*23) = P_4(253) = P_(5), because 253==5(mod 8), and P_(5)= 3, hence 11*23 belongs to class 3. In general, P_4(p*q) = P_4(P_4(p)*P_4(q)).
		

Crossrefs

Cf.A193682, A088520 (k=3), A090298 (k=5), A092260 (k=6), A113807 (k=7).

Formula

The nonnegative members of the four complete residue classes are (see a comment above for their definition):
[0]: 0, 4, 8, 12, 16, 20, 24, 28, 32, 36,... (A008586)
[1]: 1, 7, 9, 15, 17, 23, 25, 31, 33, 39,... (A047522)
[2]: 2, 6, 10, 14, 18, 22, 26, 30, 34, 38,... (A016825)
[3]: 3, 5, 11, 13, 19, 21, 27, 29, 35, 37,... (A047621)
In each class the corresponding negative numbers should be included.

A206548 Period 12: repeat 1, 5, 11, 13, 17, 19, 19, 17, 13, 11, 5, 1.

Original entry on oeis.org

1, 5, 11, 13, 17, 19, 19, 17, 13, 11, 5, 1, 1, 5, 11, 13, 17, 19, 19, 17, 13, 11, 5, 1, 1, 5, 11, 13, 17, 19, 19, 17, 13, 11, 5, 1, 1, 5, 11, 13, 17, 19, 19, 17, 13, 11, 5, 1, 1, 5, 11, 13, 17, 19, 19, 17, 13, 11, 5, 1, 1, 5, 11, 13, 17, 19, 19, 17, 13, 11, 5, 1
Offset: 1

Views

Author

Wolfdieter Lang, Feb 10 2012

Keywords

Comments

For general Modd n (not to be confused with mod n) see a comment on A203571. The present sequence gives the residues Modd 21 of the positive odd integers relatively prime to 21 which are shown in A206547. The underlying periodic sequence with period length 42 is, with offset 0, called P_21 or also Modd21: [seq(j,j=0..20),0,seq(21-j,j=1..20)].

Examples

			Residues Modd 21 of the positive odd integers relatively prime to 21:
A206547: 1, 5, 11, 13, 17, 19, 23, 25, 29, 31, 37, 41, 43, ...
Modd 21: 1, 5, 11, 13, 17, 19, 19, 17, 13, 11,  5,  1,  1, ...
		

Crossrefs

Cf. A206546.

Programs

Formula

a(n) = A206547(n) (Modd 21) := Modd21(A206547(n)), n>=1, with the periodic sequence Modd21 (period length 42) given in the comment section.
From Chai Wah Wu, Feb 16 2021: (Start)
a(n) = 2*a(n-1) - 2*a(n-2) + a(n-3) - a(n-6) + 2*a(n-7) - 2*a(n-8) + a(n-9) for n > 9.
G.f.: x*(-x^8 - 3*x^7 - 3*x^6 - 8*x^4 - 3*x^2 - 3*x - 1)/((x - 1)*(x^2 + 1)*(x^2 - x + 1)*(x^4 - x^2 + 1)). (End)

Extensions

Deleted an incorrect g.f. - N. J. A. Sloane, Feb 16 2021

A207330 Array of the orders Modd p, p a prime.

Original entry on oeis.org

1, 1, 1, 2, 1, 3, 3, 1, 5, 5, 5, 5, 1, 3, 2, 6, 3, 6, 1, 8, 8, 8, 4, 8, 2, 4, 1, 9, 9, 3, 9, 3, 9, 9, 9, 1, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 1, 14, 7, 7, 7, 14, 7, 14, 2, 14, 14, 7, 7, 14, 1, 15, 3, 15, 15, 15, 15, 5, 15, 15, 15, 5, 3, 5, 5, 1, 9, 18, 9
Offset: 1

Views

Author

Wolfdieter Lang, Mar 27 2012

Keywords

Comments

For Modd n (not to be confused with mod n) see a comment on A203571.
The row lengths sequence of this array is 1 for row n=1, and (p(n)-1)/2, with p(n):=A000040(n) (the primes), for row n>1.
A primitive root has order delta(p) = (p-1)/2 (delta is given by A055034).

Examples

			n, p(n)/m  1  2  3  4  5  6  7  8  9 10 11 12 13 14 ...
     2m-1: 1  3  5  7  9 11 13 15 17 19 21 23 25 27 ...
1,   2:    1
2,   3:    1
3,   5:    1  2
4,   7:    1  3  3
5,  11:    1  5  5  5  5
6,  13:    1  3  2  6  3  6
7,  17:    1  8  8  8  4  8  2  4
8,  19:    1  9  9  3  9  3  9  9  9
9,  23:    1 11 11 11 11 11 11 11 11 11 11
10, 29:    1 14  7  7  7 14  7 14  2 14 14  7  7 14
...
a(6,4) = 6 because 7^1 = 7, 7^2 = 49, 49 (Modd 13) := -49 (mod 13) = 3, 7^3 == 7*3 = 21,
21 (Modd 13) := -21 (mod 13) = 5, 7^4 == 7*5 = 35, 35 (Modd 13) = 35 (mod 13) = 9,
7^5 == 7*9=63, 63 (Modd 13):= 63 (mod 13) = 11, 7^6 == 7*11 = 77, 77 (Modd 13) := -77 (mod 13) = 1.
Row n=5: all 2*m-1, m>1, are primitive roots. The smallest positive one is 3.
Row n=6: only 7 and 11 are primitive roots. The smallest one is 7.
		

Crossrefs

Cf. A086145 (mod n case).

Formula

a(n,m) = (multiplicative) order Modd p(n) of 2*m-1, for m=1,...,(p(n)-1)/2, with p(n):= A000040(n) (the primes), n>1, and for a(1,1) = 1 for the prime 2.

A207331 Array of indices (or logarithms) Modd p for odd numbers smaller than p relative to basis of smallest primitive root.

Original entry on oeis.org

0, 0, 0, 1, 0, 1, 2, 0, 1, 3, 4, 2, 0, 2, 3, 1, 4, 5, 0, 1, 5, 3, 2, 7, 4, 6, 0, 1, 4, 6, 2, 3, 8, 5, 7, 0, 1, 9, 6, 2, 4, 5, 10, 8, 3, 7, 0, 1, 10, 8, 2, 5, 12, 11, 7, 13, 9, 4, 6, 3
Offset: 1

Views

Author

Wolfdieter Lang, Mar 27 2012

Keywords

Comments

For Modd n (not to be confused with mod n) see a comment on A203571.
The row lengths sequence for this array is 1 for row no. 1 and (p(n)-1)/2 with p(n):=A000040(n) (the primes).
For the definition of the index of a reduced number a mod n (but here we use Modd n) relative to a primitive root mod n, see, e.g., the Apostol reference, p. 213, and the tables on pp. 216-7. This mod n array is found under A054503 if the smallest primitive root mod n is taken as base. Because of its properties the index ind_b(a) is also called log_b(a), with the base b.
Here for Modd n, n>=2, primitive roots exist only for the values n with A206550(n)>0. There the smallest positive primitive roots, called here B(n) are also found. The allowed n values are shown in A206551. The indices Modd p(n), p(n):=A000040(n) (the primes) are called Ind_B(p(n))(a), with the odd numbers a smaller than p(n): 2*m-1=1,3,...,p(n)-2, for m=1,2,..., (p(n)-1)/2.
For odd p(n) the index Ind_B(p(n))(2*m-1) is defined as the unique value k from {0,1,...,(p(n)-3)/2}, such that B(p(n))^k = 2*m-1, with the base B(p(n)) the smallest positive primitive root Modd p(n).

Examples

			n, p(n)\m 1   2   3  4  5   6   7   8    9   10   11 12  13 14
    2m-1: 1   3   5  7  9  11  13  15   17   19   21 23  25 27
1,   2:   0
2,   3:   0
3,   5:   0   1
4,   7:   0   1   2
5,  11:   0   1   3  4  2
6,  13:   0   2   3  1  4   5
7,  17:   0   1   5  3  2   7   4   6
8,  19:   0   1   4  6  2   3   8   5    7
9,  23:   0   1   9  6  2   4   5  10    8    3   7
10, 29:   0   1  10  8  2   5  12  11    7   13   9   4   6  3
...
a(6,5) =4 because the base B(13) is here A206550(13)=7, and 7^4 = 2401, 2401 (Modd 13) := 2401 (mod 13) = 9 = 2*5-1.
		

References

  • T. M. Apostol, Introduction to Analytic Number Theory, Springer-Verlag, 1986.

Crossrefs

Cf. A054503 (mod n case).

Formula

a(n,m) = Ind_B(p(n))(2*m-1), m=1,2,..., (p(n)-1)/2, n>=1. See the comment section for the definition of Ind_B(a).
Previous Showing 31-40 of 44 results. Next