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!)
A226070 Numbers n such that n^2-1 is a triangular number and n^2+1 is a prime. 3
1, 2, 4, 134, 2174, 154634 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Subsequence of A006452 that consists of the terms n such that n^2+1 is prime.
a(7) is too large to include here (see b-file). - Max Alekseyev, Jan 30 2014
LINKS
MATHEMATICA
Select[Range[155000], PrimeQ[#^2+1]&&OddQ[Sqrt[8(#^2-1)+1]]&] (* Harvey P. Dale, Jul 19 2019 *)
PROG
(C) // see A226069.
CROSSREFS
Corresponding primes: A226069.
Indices of corresponding triangular numbers: A226071.
Sequence in context: A018500 A353790 A271677 * A013552 A018512 A018517
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 27 08:58 EDT 2024. Contains 372017 sequences. (Running on oeis4.)