The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A358030 Decimal expansion of the constant Sum_{j>=0} j!!/prime(j)#, where prime(j)# indicates the j-th primorial number and j!! is the double factorial of j. 0
1, 9, 7, 9, 7, 7, 0, 6, 3, 3, 0, 6, 8, 0, 2, 8, 6, 8, 1, 9, 7, 0, 0, 0, 6, 0, 7, 5, 4, 1, 5, 6, 5, 4, 5, 0, 0, 6, 9, 3, 1, 1, 9, 3, 1, 7, 9, 8, 3, 8, 7, 9, 5, 6, 2, 4, 2, 0, 6, 4, 0, 0, 3, 4, 6, 5, 4, 7, 6, 1, 5, 6, 3, 1, 4, 5, 1, 2, 5, 0, 1, 0, 2, 0, 2, 2, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Equals Sum_{j>=0} A006882(j)/A002110(j).
EXAMPLE
1.979770633068...
MATHEMATICA
primorial[n_?Positive] := Product[Prime[i], {i, 1, n}];
RealDigits[1 + Sum[i!!/primorial[i], {i, 1, 500}], 10, 107][[1]]
CROSSREFS
Sequence in context: A243263 A244691 A121911 * A010547 A011405 A268228
KEYWORD
cons,easy,nonn
AUTHOR
Marco Ripà, Nov 12 2022
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 May 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)