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.

A253297 Primes p for which some multiple k*p > 2*p appears before p does in A098550.

This page as a plain text file.
%I A253297 #10 Dec 30 2014 09:30:47
%S A253297 5,7,13,17,23,29,41,67,83,97
%N A253297 Primes p for which some multiple k*p > 2*p appears before p does in A098550.
%C A253297 It is conjectured (see A098550) that there are no more terms of the sequence.
%C A253297 Corresponding indices in A098550 are {9, 15, 23, 30, 51, 61, 87, 142, 175, 204}; indices in A000040 are {3, 4, 6, 7, 9, 10, 13, 19, 23, 25}.
%C A253297 A098550(A098551(a(n)) - 2) / a(n) > 2. - _Reinhard Zumkeller_, Dec 30 2014
%o A253297 (Haskell)
%o A253297 a253297 n = a253297_list !! (n-1)
%o A253297 a253297_list = f a098550_list where
%o A253297    f (u:vs@(_:v:_)) = if a010051' v == 1 && div u v > 2
%o A253297                          then v : f vs else f vs
%o A253297 -- _Reinhard Zumkeller_, Dec 30 2014
%Y A253297 Cf. A098550.
%Y A253297 Cf. A010051, A098551, A251239, A251541.
%K A253297 nonn
%O A253297 1,1
%A A253297 _L. Edson Jeffery_, Dec 29 2014