OFFSET
1,1
COMMENTS
Odd numbers k such that k and k+2 are both in A328897.
Despite the fact that only square numbers have an odd number of divisors, there are surprisingly many terms here. The numbers of terms below 10^3, 10^4 and 10^5 are 14, 208 and 3004 respectively.
LINKS
Matthew House, Table of n, a(n) for n = 1..10000 (terms 1..3004 below 10^5 from Jianing Song)
EXAMPLE
PROG
(PARI) isA339863(k) = if(k%2&&k>1, my(v=vector(5, n, A005179(k-2+n))); v[2]<v[1] && v[2]<v[3] && v[4]<v[3] && v[4]<v[5], 0)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Dec 19 2020
STATUS
approved