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.

A136134 Primes in A136133 (integer log of harmonic numbers sequence).

Original entry on oeis.org

3, 5, 743, 59, 312408461, 13669, 10920223, 85691034670497287, 795398356293665458781, 14301636907, 4280339305565030602944575375011
Offset: 0

Views

Author

Carlos Alves, Dec 16 2007

Keywords

Crossrefs

Programs

  • Mathematica
    sopfr = Function[x, Plus @@ Map[Times @@ # &, FactorInteger[x]]]; Select[sopfr /@ HarmonicNumber[Range[100]], PrimeQ]
Showing 1-1 of 1 results.