OFFSET
1,1
COMMENTS
All the terms in this sequence are odd semiprimes.
Primes of this form are at A245427.
LINKS
K. D. Bajpai, Table of n, a(n) for n = 1..11040
EXAMPLE
m = 4: m^6 - m^5 + m^4 - m^3 + m^2 - m + 1 = 3277 = 29 * 113, which is semiprime and appears in the sequence.
m = 5: m^6 - m^5 + m^4 - m^3 + m^2 - m + 1 = 13021 = 29 * 449, which is semiprime and appears in the sequence.
MATHEMATICA
PROG
(PARI) for(n=1, 100, s=sum(i=0, 6, (-n)^i); if(bigomega(s)==2, print1(s, ", "))) \\ Derek Orr, Jul 28 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
K. D. Bajpai, Jul 23 2014
STATUS
approved