Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078723
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078723 Prime(n*(n+1)/2 + n). +0
2
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; listen)
OFFSET

0,1

COMMENT

The sum of the reciprocals appears to converge.

PROGRAM

(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 this_sequence A141187 A107138 A145473

Adjacent sequences: A078720 A078721 A078722 this_sequence A078724 A078725 A078726

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research