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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078723 Prime(n*(n+1)/2 + n). 1
3, 11, 23, 43, 71, 103, 149, 193, 251, 313, 389, 463, 569, 653, 761, 881, 1013, 1129, 1289, 1451, 1601, 1777, 1979, 2143, 2357, 2591, 2789, 3023, 3301, 3539, 3793, 4057, 4349, 4651, 4969, 5297, 5639, 5927, 6299, 6673 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

The sum of the reciprocals appears to converge.

FORMULA

a(n) = A000040(A000096(n)).

MATHEMATICA

Table[Prime[(n(n+1))/2+n], {n, 50}]  [From Harvey P. Dale, Jan 04 2011]

PROG

(PARI) triprimes(n) = { sr = 0; for(j=1, n, x = j*(j+1)/2 +j; z = prime(x); sr+=1.0/z; print1(z" "); ); print(); print(sr); }

CROSSREFS

Primes in second diagonal from right in triangle in A078721.

Sequence in context: A121509 A096071 A159791 * A141187 A107138 A145473

Adjacent sequences:  A078720 A078721 A078722 * A078724 A078725 A078726

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 20 2002

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 17 02:48 EST 2012. Contains 205978 sequences.