|
| |
|
|
A104126
|
|
Prime^(prime+1).
|
|
1
| | |
|
|
|
OFFSET
| 2,1
|
|
|
COMMENTS
| Sum of reciprocals rapidly converges to 0.1374098524791901212366977116..
|
|
|
PROG
| (PARI) ptopp1(n) = { local(x, y, z, sr=0); forprime(x=1, n, y=x^(x+1); z=(x+1)^x; sr+=1./y; print1(y", "); ); print(); print(sr) }
|
|
|
CROSSREFS
| Sequence in context: A145921 A100399 A022504 * A100879 A080811 A073699
Adjacent sequences: A104123 A104124 A104125 * A104127 A104128 A104129
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Cino Hilliard (hillcino368(AT)gmail.com), Mar 06 2005
|
| |
|
|