OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Centerd Pentagonal Number
MAPLE
A005891 := proc(n) (5*n*(n+1)+2)/2 ; end: for n from 1 to 1000 do c := A005891(n) ; if isprime(c) then printf("%d, ", c) ; fi; od: # R. J. Mathar, Nov 02 2008
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Oct 21 2008
EXTENSIONS
More terms from R. J. Mathar, Nov 02 2008
STATUS
approved