OFFSET
1,2
COMMENTS
Subsequence of A006451 that contains the terms n such that triangular(n)+2 is prime.
a(7) is too large to include here (see b-file). - Max Alekseyev, Jan 30 2014
LINKS
Max Alekseyev, Table of n, a(n) for n = 1..12
MATHEMATICA
Select[Range[0, 220000], IntegerQ[Sqrt[(#(#+1))/2+1]]&&PrimeQ[(#(#+1))/2+2]&] (* Harvey P. Dale, Mar 01 2023 *)
PROG
(C) // see A226069.
CROSSREFS
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, May 25 2013
EXTENSIONS
Terms a(7)-a(12) from Max Alekseyev, Jan 30 2014
STATUS
approved