1,1
Sum of reciprocals = 0.009708741068395080316898549713.. Are these primes infinite?
3*3^3 + 2*3^2 + 3 + 1 = 103.
(PARI) trajpolyp(n1, k) = { s=0; for(x1=0, n1, y1 = polypn2(k, x1); if(isprime(y1), print1(y1", "); s+=1.0/y1; ) ); print(); print(s) } polypn2(n, p) = { x=n; y=1; for(m=0, p, y=y+m*x^m; ); return(y) }
Sequence in context: A034180 A076460 A097726 this_sequence A097014 A106297 A090849
Adjacent sequences: A088581 A088582 A088583 this_sequence A088585 A088586 A088587
nonn
Cino Hilliard (hillcino368(AT)gmail.com), Nov 20 2003
Search completed in 0.002 seconds