A327652 Intersection of A099011 and A327651.
169, 385, 961, 1121, 3827, 6265, 6441, 6601, 7801, 8119, 10945, 13067, 15841, 18241, 19097, 20833, 24727, 27971, 29953, 31417, 34561, 35459, 37345, 38081, 39059, 42127, 45961, 47321, 49105, 52633, 53041, 55969, 56953, 58241, 62481, 74305, 79361, 81361, 84587, 86033, 86241, 101311, 107801
Offset: 1
Keywords
Examples
169 divides Pell(168) as well as Pell(169) - 1, so 169 is a term.
Links
- Daniel Suteu, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
pellmod(n, m)=((Mod([2, 1; 1, 0], m))^n)[1, 2] isA327652(n)=!isprime(n) && pellmod(n, n)==kronecker(8,n) && !pellmod(n-kronecker(8,n), n) && gcd(n,8)==1 && n>1
Comments