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-1 of 1 results.

A064993 Values for which A065358 is smaller than any preceding term.

Original entry on oeis.org

35, 36, 837, 838, 1395, 1396, 1397, 1398, 1419, 1420, 1421, 1422, 1491, 1492, 1505, 1506, 1507, 1508, 1509, 1510, 1687, 1688, 1689, 1690, 1691, 1692, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1945, 1946, 1947, 1948, 1953, 1954, 1955, 1956, 1957
Offset: 1

Views

Author

Jason Earls, Oct 31 2001

Keywords

References

  • Robert G. Wilson v, personal communication.

Crossrefs

Cf. A064973.

Programs

  • Mathematica
    a = b = p = s = 0; Do[If[PrimeQ[n], p++ ]; s = s + (-1)^p; If[s < b, b = s; Print[n]], {n, 1, 10^3}]
  • PARI
    { n=b=c=0; for (m=1, 10^9, b+=(-1)^primepi(m); if (bHarry J. Smith, Oct 02 2009

Extensions

More terms from Robert G. Wilson v, Nov 03 2001
Showing 1-1 of 1 results.