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.

A337783 Even composite integers m such that U(m)^2 == 1 (mod m), where U(m)=A004187(m) is the m-th generalized Lucas number of parameters a=7 and b=1.

Original entry on oeis.org

4, 8, 16, 44, 104, 136, 152, 164, 176, 232, 286, 442, 496, 656, 836, 856, 976, 1072, 1364, 1378, 1394, 1804, 1826, 2204, 2248, 2584, 2626, 2684, 2834, 3016, 3268, 3536, 3926, 4264, 4346, 4636, 5084, 5104, 5146, 5662, 7208, 7216, 7384, 7676, 7964, 8294, 8632, 8774, 9164, 9316, 9976
Offset: 1

Views

Author

Ovidiu Bagdasar, Sep 20 2020

Keywords

Comments

This sequence contains the even composite integers for which the congruence holds.
The generalized Lucas sequences of integer parameters (a,b) defined by U(n+2)=a*U(n+1)-b*U(n) and U(0)=0, U(1)=1, satisfies the identity U^(p)==1 (mod p) whenever p is prime and b=-1,1.

References

  • D. Andrica and O. Bagdasar, Recurrent Sequences: Key Results, Applications and Problems. Springer (to appear, 2020).

Crossrefs

Cf. A337781 and A337782.

Programs

  • Mathematica
    Select[Range[2, 10000, 2], CompositeQ[#] && Divisible[ChebyshevU[#-1, 7/2]*ChebyshevU[#-1, 7/2] - 1, #] &]

Extensions

More terms from Amiram Eldar, Sep 21 2020