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!)
A231988 Primes of the form triangular(p) + 1, where p is a prime. 2
7, 29, 67, 191, 277, 947, 1129, 2557, 5779, 8647, 13367, 14029, 16111, 22367, 24977, 31627, 36857, 47279, 64621, 87991, 93097, 96581, 98347, 109279, 126757, 163307, 239087, 282377, 329267, 342379, 352381, 372817, 411779, 448879, 468029, 471907, 491537, 519691, 531997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Triangular(p) = p*(p+1)/2.
LINKS
FORMULA
a(n) = A000217(A231847(n))+1.
MATHEMATICA
t = Select[Prime[Range[300]], PrimeQ[# (# + 1)/2 + 1] &]; t*(t + 1)/2 + 1 (* T. D. Noe, Nov 19 2013 *)
CROSSREFS
Sequence in context: A185438 A265803 A176616 * A141854 A267290 A079796
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Nov 16 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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)