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!)
A161360 Decimal expansion of Product_p p#/(p#-1). 4
2, 4, 9, 5, 8, 0, 6, 5, 1, 4, 0, 5, 9, 8, 3, 8, 2, 7, 2, 7, 7, 4, 9, 7, 9, 2, 0, 4, 9, 3, 0, 1, 5, 3, 4, 3, 7, 2, 6, 1, 0, 3, 7, 9, 3, 7, 6, 1, 5, 5, 0, 7, 7, 9, 6, 3, 9, 6, 9, 1, 6, 5, 3, 8, 9, 5, 1, 3, 5, 7, 2, 2, 2, 6, 4, 9, 6, 5, 6, 5, 6, 9, 0, 4, 5, 5, 5, 7, 0, 3, 4, 8, 5, 6, 1, 3, 5, 4, 0, 0, 1, 6, 2, 5, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
By p# we mean the primorial number which is the product of the primes less than or equal to p.
LINKS
FORMULA
This number is equal to Sum_k 1/A025487(k).
EXAMPLE
2/1 * 6/5 * 30/29 * ... = 2.495806514059838272774979204930153...
MATHEMATICA
RealDigits[Times@@(#/(#-1)&/@Rest[FoldList[Times, 1, Prime[Range[100]]]]), 10, 120][[1]] (* Harvey P. Dale, Mar 15 2015 *)
PROG
(PARI) h(n)=local(p, pl, r); p=2; pl=1; r=1.; while(p<n, pl*=p; r/=(1-1./pl); p=nextprime(p+1)); r
CROSSREFS
Sequence in context: A341352 A301514 A269063 * A230242 A104654 A011182
KEYWORD
cons,nonn
AUTHOR
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 29 02:29 EDT 2024. Contains 372097 sequences. (Running on oeis4.)