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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132817 Decimal expansion of the convergent to the sum of (1/6)^p where p ranges over the set of prime numbers. 0
0, 3, 2, 5, 3, 9, 5, 8, 3, 3, 0, 8, 5, 2, 5, 5, 4, 4, 0, 4, 9, 2, 6, 0, 0, 5, 0, 7, 8, 1, 2, 7, 4, 1, 8, 1, 1, 9, 2, 9, 8, 6, 0, 7, 6, 6, 1, 7, 5, 7, 8, 0, 9, 8, 8, 8, 7, 6, 6, 4, 6, 1, 0, 0, 9, 9, 0, 7, 6, 7, 7, 3, 8, 3, 1, 3, 0, 3, 9, 1, 5, 1, 6, 3, 3, 8, 8, 0, 9, 3, 4, 8, 0, 6, 3, 5, 4, 1 (list; constant; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

0.032539...

PROG

(PARI) /* Sum of 1/m^p for primes p */ sumnp(n, m) = { local(s=0, a, j); for(x=1, n, s+=1./m^prime(x); ); a=Vec(Str(s)); for(j=3, n, print1(eval(a[j])", ") ) }

CROSSREFS

Sequence in context: A075889 A181771 A045766 * A131025 A070151 A130912

Adjacent sequences:  A132814 A132815 A132816 * A132818 A132819 A132820

KEYWORD

cons,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Nov 17 2007

EXTENSIONS

Offset corrected R. J. Mathar (mathar(AT)strw.leidenunvi.nl), Jan 26 2009

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 16 04:47 EST 2012. Contains 205860 sequences.