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!)
A292284 Numbers n such that 2n+1 is prime, 2n+3 is square, and 2n+5 is triangular. 0
83, 1103, 98123, 1275203, 1471585499, 130674477863, 1698208392983, 728880893315750472460743125221814632790855997983, 14557044964961408694308418152479413877871536090878805525883 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first 5 terms are primes of the form 6k+5.
a(17) has 1559 digits and a(18) > 10^3000, if it exists. - Giovanni Resta, Sep 15 2017
LINKS
EXAMPLE
83 is a term as 2*83+1=167 (prime), 2*83+3=169=(13)^2 (square), and 2*83+5=171 (triangular).
MATHEMATICA
Select[Range[10^11], PrimeQ[2#+1] && IntegerQ@Sqrt[2#+3]&& OddQ@Sqrt[8(2#+5)+1]&]
PROG
(PARI) for(n=1, 10^11, isprime(2*n+1) && issquare(2*n+3)&& ispolygonal(2*n+5, 3) && print1(n", "))
CROSSREFS
Cf. A000040 (primes), A000290 (squares), A000217 (triangular numbers).
Sequence in context: A128950 A068851 A250083 * A195893 A233332 A175662
KEYWORD
nonn
AUTHOR
Waldemar Puszkarz, Sep 14 2017
EXTENSIONS
a(6)-a(9) from Giovanni Resta, Sep 15 2017
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)