OFFSET
0,1
COMMENTS
Suggested by J. Gerasimov, based on the observation that the first 6 terms a(0)...a(5) are prime. The next primes in the sequence a(n) occur for n=12, 45, 65 and no other n below 1000. - M. F. Hasler, Oct 19 2012
EXAMPLE
The first values are 1^0+2^1/2, 1^2+2^3/2, 3^2+4^3/2, 3^4+4^5/2, ...
MAPLE
PROG
(PARI) A218057(n)=my(b=n\2*2); (b+1)^(n=(n+1)\2*2)+(b+2)^(n+1)/2
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Oct 19 2012
STATUS
approved