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.

A046689 Primes p such that p+1 divides 24.

Original entry on oeis.org

2, 3, 5, 7, 11, 23
Offset: 1

Views

Author

Keywords

Comments

Sum of 1/(p+1) is 1. - Aaron Meyerowitz, Oct 24 2010

Crossrefs

Cf. A075442. - Aaron Meyerowitz, Oct 24 2010

Programs

  • Mathematica
    Select[Prime[Range[9]],Divisible[24,#+1]&] (* Harvey P. Dale, Nov 03 2013 *)