The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(14) > 10^18. - Donovan Johnson, Jun 04 2013
LINKS
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
Sequence in context: A209299 A091040 A029985 * A145823 A121142 A318693
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)