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.

A015889 Numbers k that divide 4^k + 4.

Original entry on oeis.org

1, 2, 4, 10, 20, 52, 130, 370, 1066, 1090, 2626, 4580, 7540, 9140, 21268, 21682, 24634, 26596, 29380, 38740, 40330, 65026, 146810, 152164, 154180, 159172, 211492, 271426, 290116, 330706, 432730, 567988, 575956, 710788, 782090
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[800000],Divisible[4^#+4,#]&] (* Harvey P. Dale, Jun 06 2012 *)

Extensions

Corrected (a(2) = 2 inserted) by Harvey P. Dale, Jun 06 2012