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!)
A129540 Triangular numbers T such that T+10 is the next prime after T. 0
1711, 1891, 4851, 9591, 18721, 23653, 24753, 27261, 32131, 35511, 57291, 64261, 69751, 77421, 79401, 81003, 102831, 106491, 108811, 114003, 115921, 147153, 153181, 155403, 171991, 178503, 181503, 191271, 200661, 208981, 219453 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
a := proc (n) if nextprime((1/2)*n*(n+1)) = 10+(1/2)*n*(n+1) then (1/2)*n*(n+1) else end if end proc: seq(a(n), n = 1 .. 700); # Emeric Deutsch, Jun 20 2007
CROSSREFS
Sequence in context: A062916 A241554 A352949 * A293480 A227218 A280113
KEYWORD
nonn
AUTHOR
Zak Seidov, May 29 2007
EXTENSIONS
More terms from Emeric Deutsch, Jun 20 2007
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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)