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.

A067680 Numbers k such that sigma(2k + 2) = 4k.

Original entry on oeis.org

6, 21, 54, 75, 441, 1071, 4191, 9315, 58311, 4197375, 7685151, 36997695, 268460031, 1073790975, 17180065791, 13517087570210304, 18014398710808575, 288230376957018111
Offset: 1

Views

Author

Benoit Cloitre, Feb 04 2002

Keywords

Comments

If k is a term, then 2*k + 2 is a term of A125246. - Jinyuan Wang, Apr 08 2020

Crossrefs

Programs

  • PARI
    isok(k) = sigma(2*k+2) == 4*k; \\ Michel Marcus, Apr 06 2020

Extensions

a(9) from Benoit Cloitre and Neven Juric (neven.juric(AT)apis-it.hr), May 21 2004
a(10)-a(15) from Donovan Johnson, Jan 31 2009
a(16)-a(18) from Jinyuan Wang, Apr 06 2020