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!)
A226071 Numbers n such that triangular(n)+1 is a square and triangular(n)+2 is a prime. 3
0, 2, 5, 189, 3074, 218685 (list; graph; refs; listen; history; text; internal format)
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
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
Corresponding primes: A226069.
Roots of corresponding squares: A226070.
Sequence in context: A124275 A013130 A111392 * A319143 A100366 A339313
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, May 25 2013
EXTENSIONS
Terms a(7)-a(12) from Max Alekseyev, Jan 30 2014
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 April 19 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)