The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A327651 Composite numbers k coprime to 8 such that k divides Pell(k - Kronecker(8,k)), Pell = A000129. 5
35, 169, 385, 779, 899, 961, 1121, 1189, 2419, 2555, 2915, 3107, 3827, 6083, 6265, 6441, 6601, 6895, 6965, 7801, 8119, 8339, 9179, 9809, 9881, 10403, 10763, 10835, 10945, 13067, 14027, 14111, 15179, 15841, 18241, 18721, 19097, 20833, 20909, 22499, 23219, 24727, 26795, 27869, 27971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let {x(n)} be a sequence defined by x(0) = 0, x(1) = 1, x(n) = m*x(n-1) + x(n-2) for k >= 2. For primes p, we have (a) p divides x(p-((m^2+4)/p); (b) x(p) == ((m^2+4)/p) (mod p), where (D/p) is the Kronecker symbol. This sequence gives composite numbers k such that gcd(k, m^2+4) = 1 and that a condition similar to (a) holds for k, where m = 2.
If k is not required to be coprime to m^2 + 4 (= 8), then there are 1232 such k <= 10^5 and 4973 such k <= 10^6, while there are only 83 terms <= 10^5 and 245 terms <= 10^6 in this sequence.
Also composite numbers k coprime to 8 such that A214028(k) divides k - Kronecker(8,k).
LINKS
EXAMPLE
Pell(36) = 21300003689580 is divisible by 35, so 35 is a term.
PROG
(PARI) pellmod(n, m)=((Mod([2, 1; 1, 0], m))^n)[1, 2]
isA327651(n)=!isprime(n) && !pellmod(n-kronecker(8, n), n) && gcd(n, 8)==1 && n>1
CROSSREFS
m m=1 m=2 m=3
k | x(k-Kronecker(m^2+4,k))* A081264 U A141137 this seq A327653
k | x(k)-Kronecker(m^2+4,k) A049062 A099011 A327654
* k is composite and coprime to m^2 + 4.
Cf. A000129, A214028, A091337 ({Kronecker(8,n)}).
Sequence in context: A195545 A270860 A228453 * A319042 A033851 A219825
KEYWORD
nonn
AUTHOR
Jianing Song, Sep 20 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 17 01:45 EDT 2024. Contains 372572 sequences. (Running on oeis4.)