A046689 Primes p such that p+1 divides 24.
2, 3, 5, 7, 11, 23
Offset: 1
Crossrefs
Cf. A075442. - Aaron Meyerowitz, Oct 24 2010
Programs
-
Mathematica
Select[Prime[Range[9]],Divisible[24,#+1]&] (* Harvey P. Dale, Nov 03 2013 *)
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.
Select[Prime[Range[9]],Divisible[24,#+1]&] (* Harvey P. Dale, Nov 03 2013 *)
Comments