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

A339517 Odd composite integers m such that A000032(2*m-J(m,5)) == J(m,5) (mod m), where J(m,5) is the Jacobi symbol.

Original entry on oeis.org

323, 377, 1001, 1183, 1729, 1891, 3827, 4181, 5777, 6601, 6721, 8149, 8841, 10877, 11663, 13201, 13981, 15251, 17119, 17711, 18407, 19043, 23407, 25877, 26011, 27323, 30889, 34561, 34943, 35207, 39203, 40501, 41041
Offset: 1

Views

Author

Ovidiu Bagdasar, Dec 07 2020

Keywords

Comments

The generalized Pell-Lucas sequences of integer parameters (a,b) defined by V(m+2)=a*V(m+1)-b*V(m) and V(0)=2, V(1)=a, satisfy V(k*p-J(p,D)) == V(k-1)*J(p,D) (mod p) whenever p is prime, k is a positive integer, b=-1 and D=a^2+4.
The composite integers m with the property V(k*m-J(m,D)) == V(k-1)*J(m,D) (mod m) are called generalized Pell-Lucas pseudoprimes of level k- and parameter a.
Here b=-1, a=1, D=5 and k=2, while V(m) recovers A000032(m) (Lucas numbers).

References

  • D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer, 2020.
  • D. Andrica, O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, Mediterr. J. Math. (to appear, 2021).
  • D. Andrica, O. Bagdasar, On generalized pseudoprimality of level k (submitted).

Crossrefs

Cf. A000032, A071904, A339125 (a=1, b=-1, k=1).
Cf. A339518 (a=3, b=-1), A339519 (a=5, b=-1), A339520 (a=7, b=-1).

Programs

  • Mathematica
    Select[Range[3, 45000, 2], CoprimeQ[#, 5] && CompositeQ[#] && Divisible[LucasL[2*# - JacobiSymbol[#, 5]] - JacobiSymbol[#, 5], #] &]

A339518 Odd composite integers m such that A006497(2*m-J(m,13)) == 3*J(m,13) (mod m), where J(m,13) is the Jacobi symbol.

Original entry on oeis.org

15, 75, 105, 119, 165, 255, 375, 649, 1189, 1635, 1763, 1785, 1875, 2233, 2625, 3599, 3815, 4125, 4187, 5475, 5559, 5887, 6375, 6601, 6681, 7905, 8175, 9265, 9375, 9471, 11175, 11767, 11977, 12095, 12403, 12685, 12871, 13601, 14041, 14279, 15051, 16109, 16359
Offset: 1

Views

Author

Ovidiu Bagdasar, Dec 07 2020

Keywords

Comments

The generalized Pell-Lucas sequences of integer parameters (a,b) defined by V(m+2)=a*V(m+1)-b*V(m) and V(0)=2, V(1)=a, satisfy V(k*p-J(p,D)) == V(k-1)*J(p,D) (mod p) whenever p is prime, k is a positive integer, b=-1 and D=a^2+4.
The composite integers m with the property V(k*m-J(m,D)) == V(k-1)*J(m,D) (mod m) are called generalized Pell-Lucas pseudoprimes of level k- and parameter a.
Here b=-1, a=3, D=13 and k=2, while V(m) recovers A006497(m).

References

  • D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer, 2020.
  • D. Andrica, O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, Mediterr. J. Math. (to appear, 2021).
  • D. Andrica, O. Bagdasar, On generalized pseudoprimality of level k (submitted).

Crossrefs

Cf. A006497, A071904, A339126 (a=3, b=-1, k=1).
Cf. A339517 (a=1, b=-1), A339519 (a=5, b=-1), A339520 (a=7, b=-1).

Programs

  • Mathematica
    Select[Range[3, 20000, 2], CoprimeQ[#, 13] && CompositeQ[#] && Divisible[LucasL[2*# - JacobiSymbol[#, 13], 3] - 3*JacobiSymbol[#, 13], #] &]

A339519 Odd composite integers m such that A087130(2*m-J(m,29)) == 5*J(m,29) (mod m), where J(m,29) is the Jacobi symbol.

Original entry on oeis.org

9, 15, 27, 39, 45, 91, 117, 121, 135, 143, 195, 287, 351, 507, 585, 741, 1521, 1547, 1573, 1755, 1935, 2015, 2067, 2535, 2601, 3157, 3227, 3445, 3505, 3519, 3731, 4563, 4879, 4921, 6201, 6273, 6543, 6591, 6721, 7605, 7803, 8099, 10335, 10377, 10403, 10515
Offset: 1

Views

Author

Ovidiu Bagdasar, Dec 07 2020

Keywords

Comments

The generalized Pell-Lucas sequences of integer parameters (a,b) defined by V(m+2)=a*V(m+1)-b*V(m) and V(0)=2, V(1)=a, satisfy V(k*p-J(p,D)) == V(k-1)*J(p,D) (mod p) whenever p is prime, k is a positive integer, b=-1 and D=a^2+4.
The composite integers m with the property V(k*m-J(m,D)) == V(k-1)*J(m,D) (mod m) are called generalized Pell-Lucas pseudoprimes of level k- and parameter a.
Here b=-1, a=5, D=29 and k=2, while V(m) recovers A087130(m).

References

  • D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer, 2020.
  • D. Andrica, O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, Mediterr. J. Math. (to appear, 2021).
  • D. Andrica, O. Bagdasar, On generalized pseudoprimality of level k (submitted).

Crossrefs

Cf. A087130, A071904, A339127 (a=5, b=-1, k=1).
Cf. A339517 (a=1, b=-1), A339518 (a=3, b=-1), A339520 (a=7, b=-1).

Programs

  • Mathematica
    Select[Range[3, 20000, 2],  CoprimeQ[#, 29] && CompositeQ[#] && Divisible[LucasL[2*# - JacobiSymbol[#, 29], 5] - 5*JacobiSymbol[#, 29], #] &]

A339727 Odd composite integers m such that A086902(3*m-J(m,53)) == 51*J(m,53) (mod m), where J(m,53) is the Jacobi symbol.

Original entry on oeis.org

9, 25, 49, 51, 69, 91, 105, 143, 145, 153, 185, 221, 225, 325, 339, 391, 425, 441, 481, 637, 645, 705, 805, 833, 897, 925, 1001, 1173, 1189, 1207, 1225, 1281, 1299, 1365, 1541, 1633, 1653, 1785, 1813, 1921, 2325, 2599, 2651, 2769, 3133, 3333, 3381, 3605, 3825, 3897
Offset: 1

Views

Author

Ovidiu Bagdasar, Dec 14 2020

Keywords

Comments

The generalized Pell-Lucas sequences of integer parameters (a,b) defined by V(m+2)=a*V(m+1)-b*V(m) and V(0)=2, V(1)=a, satisfy V(k*p-J(p,D)) == V(k-1)*J(p,D) (mod p) whenever p is prime, k is a positive integer, b=-1 and D=a^2+4.
The composite integers m with the property V(k*m-J(m,D)) == V(k-1)*J(m,D) (mod m) are called generalized Pell-Lucas pseudoprimes of level k- and parameter a.
Here b=-1, a=7, D=53 and k=3, while V(m) recovers A086902(m), with V(2)=51.

References

  • D. Andrica, O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer, 2020.
  • D. Andrica, O. Bagdasar, On some new arithmetic properties of the generalized Lucas sequences, Mediterr. J. Math. (to appear, 2021).
  • D. Andrica, O. Bagdasar, On generalized pseudoprimality of level k (submitted).

Crossrefs

Cf. A086902, A071904, A339128 (a=7, b=-1, k=1), A339520 (a=7, b=-1, k=2).
Cf. A339724 (a=1, b=-1), A339725 (a=3, b=-1), A339726 (a=5, b=-1).

Programs

  • Mathematica
    Select[Range[3, 4000, 2], CoprimeQ[#, 53] && CompositeQ[#] && Divisible[LucasL[3*# - JacobiSymbol[#, 53], 7] - 51*JacobiSymbol[#, 53], #] &]
Showing 1-4 of 4 results.