Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078722
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078722 Prime(n*(n+1)/2+2). +0
2
3, 5, 11, 19, 37, 59, 83, 113, 163, 211, 269, 337, 409, 487, 587, 673, 787, 907, 1031, 1163, 1301, 1471, 1613, 1789, 1997, 2179, 2381, 2617, 2801, 3049, 3319, 3557, 3821, 4091, 4373, 4673, 4993, 5323, 5651, 5981, 6317, 6691, 7039, 7487, 7853, 8269, 8693, 9109 (list; graph; listen)
OFFSET

0,1

COMMENT

The sum of the reciprocals of the terms appears to converge.

PROGRAM

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

CROSSREFS

Apart from initial term, primes in second diagonal of triangle in A078721.

Sequence in context: A127453 A092602 A134127 this_sequence A089098 A129384 A131887

Adjacent sequences: A078719 A078720 A078721 this_sequence A078723 A078724 A078725

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 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research