OFFSET
1,1
COMMENTS
a(n) is also one added to the square of a pronic number.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) for(n=1, 1e4, if(ispseudoprime(t=n^4+2*n^3+n^2+1), print1(t", "))); v \\ Charles R Greathouse IV, Feb 18 2011
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Kevin Batista (kevin762401(AT)yahoo.com), Aug 01 2010
EXTENSIONS
57601 inserted by R. J. Mathar, Aug 03 2010
STATUS
approved
