A118467 Primes p = prime(i) of level (1,3), i.e., such that A118534(i) = prime(i-3).
619, 1069, 1459, 1499, 1759, 1789, 2861, 3331, 3931, 4177, 4801, 4831, 5419, 6229, 6397, 8431, 8893, 9067, 9631, 11003, 11131, 11789, 12619, 14251, 15331, 15889, 16661, 17683, 17939, 18269, 18553, 19219, 19391, 19507, 20029, 20759, 22039, 22159, 22171, 22549
Offset: 1
Keywords
Examples
prime(115) - prime(114) = 631 - 619 = 619 - 607 = prime(114) - prime(114-3).
Links
- Remi Eismann, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Partition[Prime[Range[2600]],5,1],#[[5]]-#[[4]]==#[[4]]-#[[1]]&][[All,4]] (* Harvey P. Dale, Aug 28 2021 *)
Extensions
Definition and comment reworded, following author's suggestions, by M. F. Hasler, Nov 30 2009
Comments