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!)
A116010 n+prime(n)+prime(prime(n)) is a triangular number, where prime(n) is the n-th prime. 2
1, 2, 4, 210, 381, 573, 1009, 1094, 1117, 2139, 3123, 4471, 6459, 7197, 12534, 13177, 13335, 13603, 14178, 19479, 21512, 23427, 31833, 35965, 37924, 38446, 39726, 55375, 58851, 59232, 61015, 63849, 64344, 70471, 75616, 76770, 79590 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1009+prime(1009)+prime(prime(1009))=T(426).
MATHEMATICA
Select[Range[80000], OddQ[Sqrt[1+8(#+Prime[#]+Prime[Prime[#]])]]&] (* Harvey P. Dale, Aug 11 2019 *)
PROG
(PARI) isok(n) = ispolygonal(n + prime(n) + prime(prime(n)), 3); \\ Michel Marcus, Jan 27 2014
CROSSREFS
Cf. A116011.
Sequence in context: A009796 A018651 A068479 * A018677 A173637 A111355
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
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 May 11 07:10 EDT 2024. Contains 372388 sequences. (Running on oeis4.)