[go: up one dir, main page]

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!)
Search: a354887 -id:a354887
Displaying 1-4 of 4 results found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A363368 Decimal expansion of Sum_{primes p} 1/(p*log(p)*log(log(p))). +10
3
1, 9, 0, 6, 9, 7, 3, 8, 4, 8, 0, 3, 4, 9, 5, 4, 4, 1, 7, 7, 8, 7, 5, 7, 9, 6, 6, 9, 6, 5, 1, 9, 6, 4, 0, 3, 3, 6, 1, 8, 9, 3, 8, 3, 5, 2, 2, 9, 4, 8, 5, 3, 6, 6, 0, 5, 5, 9, 5, 2, 4, 2, 9, 4, 7, 1, 4, 5, 6, 7, 8, 3, 1, 2, 9, 2, 5, 2, 2, 4, 4, 1, 0, 9, 2, 3, 1, 8, 7, 1, 9, 4, 1, 3, 3, 4, 1, 6, 4, 8, 2, 2, 4, 2, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Value computed and communicated by Bill Allombert and confirmed by Pascal Sebah.
LINKS
EXAMPLE
1.9069738480349544...
PROG
(PARI) /* author Bill Allombert */
\p150
pz(x, ex=0)=
{
my(s=bitprecision(x));
my(B=s/real(polcoef(x, 0))+ex);
sum(n=1, B, my(a=moebius(n)); if(a!=0, a*log(zeta(n*x))/n));
}
my(P=primes([2, 61])); intnum(x=1, [oo, log(67)], (pz(x)-vecsum([p^-x|p<-P]))*intnum(s=0, [oo, 1], (x-1)^s/gamma(1+s))) + vecsum([1/p/log(p)/log(log(p))|p<-P])
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Artur Jasinski, Jun 11 2023
STATUS
approved
A361089 a(n) = smallest integer x such that Sum_{k = 2..x} 1/(k*log(log(k))) > n. +10
2
3, 5, 8, 21, 76, 389, 2679, 23969, 269777, 3717613, 61326301, 1188642478, 26651213526, 682263659097, 19720607003199, 637490095320530, 22857266906194526, 902495758030572213, 38993221443197045348, 1833273720522384358862 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Because lim_{x->oo} (Sum_{k=2..x} 1 / (k*log(log(k)))) - li(log(x)) = 2.7977647035208... (see A363078) then a(n) = round(w) where w is the solution of the equation li(log(w)) + 2.7977647035208... = n.
LINKS
FORMULA
For n >= 3, a(n) = round(w) where w is the solution of the equation li(log(w)) + 2.7977647035208... = n.
EXAMPLE
a(2) = 3 because Sum_{k=2..3} 1/(k*log(log(k))) = 2.18008755... > 2 and Sum_{k=2..2} 1/(k*log(log(k))) = -1.364208386450... < 2.
a(7) = 389 because Sum_{k=2..389} 1/(k*log(log(k))) = 7.000345... > 7 and Sum_{k=2..388} 1/(k*log(log(k))) = 6.99890560988... < 7.
MATHEMATICA
(*slow procedure*)
lim = 2; sum = 0; aa = {}; Do[sum = sum + N[1/(k Log[Log[k]]), 100];
If[sum >= lim, AppendTo[aa, k]; Print[{lim, sum, k}];
lim = lim + 1], {k, 2, 269777}]; aa
(*quick procedure *)
aa = {3}; cons = 2.79776470352080492766050456553352884330850083202326989577856315;
Do[ww = w /. NSolve[LogIntegral[Log[w]] + cons == n, w];
AppendTo[aa, Round[ww][[1]]], {n, 3, 21}]; aa
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jun 11 2023
STATUS
approved
A363078 Decimal expansion of lim_{x->oo} (Sum_{k=2..x} 1 / (k*log(log(k)))) - li(log(x)). +10
2
2, 7, 9, 7, 7, 6, 4, 7, 0, 3, 5, 2, 0, 8, 0, 4, 9, 2, 7, 6, 6, 0, 5, 0, 4, 5, 6, 5, 5, 3, 3, 5, 2, 8, 8, 4, 3, 3, 0, 8, 5, 0, 0, 8, 3, 2, 0, 2, 3, 2, 6, 9, 8, 9, 5, 7, 7, 8, 5, 6, 3, 1, 5, 0, 0, 5, 0, 6, 4, 3, 2, 8, 9, 3, 6, 2, 4, 5, 4, 5, 9, 4, 8, 3, 6, 8, 6, 8, 2, 5, 4, 8, 1, 8, 2, 9, 5, 4, 1, 9, 2, 5, 5, 0, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Value computed and communicated by Pascal Sebah.
For the smallest integer x such that Sum_{k = 2..x} 1/(k*log(log(k))) > n see A361089.
LINKS
EXAMPLE
2.7977647035208...
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Artur Jasinski, Jun 11 2023
STATUS
approved
A366249 Decimal expansion of lim_{x->oo} (Sum_{primes p<=x} 1/(p*log(log(p)))) - log(log(log(x))). +10
0
2, 9, 3, 8, 3, 2, 9, 0, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Value computed and communicated by Pascal Sebah.
LINKS
MAPLE
2.93832901...
CROSSREFS
KEYWORD
nonn,cons,hard,more
AUTHOR
Artur Jasinski, Oct 05 2023
STATUS
approved
page 1

Search completed in 0.010 seconds

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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)