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.

A152678 Even members of A000203.

Original entry on oeis.org

4, 6, 12, 8, 18, 12, 28, 14, 24, 24, 18, 20, 42, 32, 36, 24, 60, 42, 40, 56, 30, 72, 32, 48, 54, 48, 38, 60, 56, 90, 42, 96, 44, 84, 78, 72, 48, 124, 72, 98, 54, 120, 72, 120, 80, 90, 60, 168, 62, 96, 104, 84, 144, 68, 126, 96, 144
Offset: 1

Views

Author

Omar E. Pol, Dec 10 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Select[DivisorSigma[1,Range[100]],EvenQ] (* Harvey P. Dale, Jun 18 2017 *)
  • PARI
    list(lim) = select(x -> !(x % 2), vector(lim, i, sigma(i))); \\ Amiram Eldar, Dec 26 2024

Formula

a(n) = sigma(A028983(n)) = A000203(A028983(n)). - Jaroslav Krizek, Oct 06 2009