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.

A175878 Odd terms in A007497.

Original entry on oeis.org

3, 7, 15, 564210119465811
Offset: 1

Views

Author

Zak Seidov, Oct 07 2010

Keywords

Crossrefs

Programs

  • Mathematica
    n=2;Do[If[OddQ[n=DivisorSigma[1,n]],Print[n]],{k,2,99}]