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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A159047 Primes which are triangular numbers plus 3. 3
3, 13, 31, 139, 193, 409, 499, 823, 1381, 1543, 2083, 2281, 3163, 3919, 6673, 7753, 9319, 9733, 17581, 19309, 21739, 22369, 24979, 27031, 27733, 30631, 39343, 40189, 51043, 53959, 54949, 57973, 62131, 67531, 70879, 81409, 85081, 86323, 91381 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

13=10+3, 31=28+3, 139=136+3, 193=190+3, 409=406+3, ...

MATHEMATICA

s=0; lst={}; Do[s+=n; p=s+3; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 7!}]; lst

CROSSREFS

Cf. A000217, A055469, A055472

Sequence in context: A034050 A107689 A154834 * A128067 A052493 A061938

Adjacent sequences:  A159044 A159045 A159046 * A159048 A159049 A159050

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 03 2009

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 16 07:32 EST 2012. Contains 205874 sequences.