login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124199 Primes of the form k(k+1)/2-2 (i.e. two less than triangular numbers). 1
13, 19, 43, 53, 89, 103, 151, 229, 251, 349, 433, 463, 593, 701, 739, 859, 1033, 1223, 1429, 1483, 1709, 1889, 1951, 2143, 2699, 3001, 3079, 3319, 3739, 4003, 4093, 4463, 4751, 5563, 5669, 6553, 7019, 7873, 8513, 9043, 10009, 10151, 10729, 11173, 11779 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

The (first five triangular numbers)-2 are: -1,1,4,8,13. So a(1)=13 is the first prime of this form.

MATHEMATICA

Pick[ #1, PrimeQ[ #1]]&[((1/2)*#1*(#1 + 1) - 2 & ) /@ Range[180]]

CROSSREFS

Cf. A055472.

Sequence in context: A107188 A029478 A096455 * A119869 A106904 A106903

Adjacent sequences:  A124196 A124197 A124198 * A124200 A124201 A124202

KEYWORD

easy,nonn

AUTHOR

Peter Pein (petsie(AT)dordos.net), Dec 07 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 11:09 EST 2012. Contains 205614 sequences.