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!)
A074469 Subscript m such that SigmaComposite-Harmonic series cd[m]=Sum[1/A000203[A002808(k)],{k,1,m}]>=n. 1
32, 301, 2123, 13172, 76105, 420007, 2245009, 11719362, 60071831, 303487314, 1515211979 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
c[x_] := FixedPoint[x+PrimePi[ # ]+1&, x] {s=0, s1=0}; Do[s=s+(1/DivisorSigma[1, c[n]]); If[Greater[Floor[s], s1], s1=Floor[s]; Print[{n, Floor[s]}]], {n, 1, 1000000}]
PROG
(PARI) a(n)=my(m, s=0.); for(c=4, (2*n+2)^(n+2), if(isprime(c), next, m++); s+=1/sigma(c); if(s>=n, return(m))) \\ Charles R Greathouse IV, Feb 19 2013
CROSSREFS
Sequence in context: A317228 A250563 A060158 * A159654 A061958 A050279
KEYWORD
hard,more,nonn
AUTHOR
Labos Elemer, Sep 05 2002
EXTENSIONS
a(6)-a(11) from Donovan Johnson, Aug 22 2011
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 August 2 08:37 EDT 2024. Contains 374822 sequences. (Running on oeis4.)