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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096249 Decimal expansion of Sum(1/l^g) where l and g are the lesser and greater of twin prime pairs. 0
0, 0, 4, 1, 2, 8, 0, 2, 6, 3, 3, 7, 4, 7, 7, 5, 2, 6, 1, 0, 8, 7, 5, 9, 7, 4, 4, 6, 3, 8, 2, 6, 3, 1, 9, 0, 5, 2, 2, 2, 2, 2, 2, 5, 9, 9, 6, 3, 1, 2, 0, 7, 3, 0, 7, 1, 1, 9, 7, 8, 3, 4, 2, 0, 2, 6, 1, 3, 7, 5, 5, 3, 1, 5, 0, 1, 1, 4, 4, 2, 8, 4, 3, 7, 6, 5, 3, 0, 1, 3, 5, 6, 0, 9, 9, 2, 5, 0, 4, 5, 1, 3, 4, 7, 4 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,3

PROG

(PARI) tptothetp3(n) = { local(x, s, a); default(realprecision, 200); s=0; forprime(x=3, n, if(isprime(x+2), s+=1./x^(x+2))); a=Vec(Str(s)); for(x=3, n, print1(eval(a[x]), ", ")); print(); print(s) }

CROSSREFS

Sequence in context: A141332 A084460 A120578 * A081454 A133883 A004160

Adjacent sequences:  A096246 A096247 A096248 * A096250 A096251 A096252

KEYWORD

nonn,cons

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jul 31 2004

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 15 05:45 EST 2012. Contains 205694 sequences.