login
A114023
Squares of the form semiprime(k) + k-th triangular number.
0
4, 16, 100, 144, 33489, 82369, 41088506209, 95056905969, 196978855329, 4901432910724, 6047212155664, 26601838343809, 247869502464123136
OFFSET
1,1
COMMENTS
a(14) > 10^18. - Donovan Johnson, Jun 04 2013
PROG
(PARI) lista(nn) = {n = -1; for (i=1, nn, if (bigomega(i) == 2, n++; if (issquare(sq=i + n*(n+1)/2), print1(sq, ", ")); ); ); } \\ Michel Marcus, Jun 03 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Feb 01 2006
EXTENSIONS
More terms from Michel Marcus, Jun 03 2013
a(7)-a(13) from Donovan Johnson, Jun 04 2013
STATUS
approved