login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178745 Decimal expansion of Sum_{k>=1} 1/2^Partition(k). 0
9, 1, 4, 5, 8, 1, 5, 3, 8, 1, 7, 8, 2, 5, 4, 0, 6, 3, 7, 3, 1, 2, 1, 6, 1, 7, 2, 9, 4, 4, 2, 3, 0, 3, 6, 9, 7, 3, 5, 0, 5, 3, 2, 8, 7, 1, 8, 1, 5, 3, 5, 8, 3, 8, 4, 7, 8, 8, 4, 7, 0, 8, 2, 7, 9, 4, 8, 5, 5, 9, 6, 4, 7, 5, 2, 9, 0, 0, 5, 0, 4, 5, 7, 9, 3, 1, 2, 6, 9, 7, 6, 4, 0, 6, 9, 1, 3, 9, 2, 6, 1, 4, 6, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy], p. 836.
EXAMPLE
0.9145815381782540637312161729442303697350532871815358384788470827...
MATHEMATICA
s = 0; k = 1; While[k < 10000, s = N[s + 1/2^PartitionsP[k], 128]; k++ ]; s
RealDigits[NSum[1/2^PartitionsP[k], {k, \[Infinity]}, WorkingPrecision-> 200], 10, 120][[1]] (* Harvey P. Dale, Mar 31 2018 *)
CROSSREFS
Cf. A000041.
Sequence in context: A335533 A179375 A089564 * A114893 A089101 A359809
KEYWORD
nonn,cons
AUTHOR
Robert G. Wilson v, Jun 08 2010
EXTENSIONS
Edited by N. J. A. Sloane, Jun 08 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)