cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A074469 Least m such that Sigma-Composite-Harmonic series Sum_{k=1..m} 1/A000203(A002808(k)) >= n.

Original entry on oeis.org

32, 301, 2123, 13172, 76105, 420007, 2245009, 11719362, 60071831, 303487314, 1515211979
Offset: 1

Views

Author

Labos Elemer, Sep 05 2002

Keywords

Crossrefs

Programs

  • 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}]
  • 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

Extensions

a(6)-a(11) from Donovan Johnson, Aug 22 2011

A074470 Least m such that Phi-Composite-Harmonic series Sum_{k=1..m} 1/A000010(A002808(k)) >= n.

Original entry on oeis.org

2, 7, 16, 31, 60, 113, 205, 371, 663, 1176, 2069, 3631, 6341, 11039, 19159, 33164, 57287, 98763, 169967, 292061, 501165, 858892, 1470334, 2514423, 4295912, 7333264, 12508213, 21319360, 36312685, 61811287, 105152840, 178787270, 303829041, 516074615, 876190239
Offset: 1

Views

Author

Labos Elemer, Sep 05 2002

Keywords

Crossrefs

Programs

  • Mathematica
    c[x_] := FixedPoint[x+PrimePi[ # ]+1&, x] {s=0, s1=0}; Do[s=s+(1/EulerPhi[c[n]]); If[Greater[Floor[s], s1], s1=Floor[s]; Print[{n, Floor[s]}]], {n, 1, 1000000}]

Extensions

More terms from Lambert Klasen (lambert.klasen(AT)gmx.net), Jul 23 2005
a(30)-a(35) from Donovan Johnson, Aug 21 2011
Showing 1-2 of 2 results.