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.
%I A184806 #13 Apr 21 2021 04:25:46 %S A184806 2,3,4,11,13,21,23,24,26,33,34,44,46,54,56,57,63,76,77,84,87,96,99, %T A184806 106,107,109,117,126,127,129,139,149,150,162,170,172,183,192,193,199, %U A184806 203,210,212,220,222,232,233,243,245,253,255,256,265,276,308,315,316,319,325,328,336,339,349,358,361,378,382,388,392,398,402,409,411,419,421,441,454,455,464,472,474,475,485,504,514,518,524,527,535,537,548,558,560,570,580,581,587,588,591 %N A184806 Numbers k such that floor(k*s) is prime, where s = (5 + sqrt(5))/4. %e A184806 See A184802. %t A184806 (See A184802.) %t A184806 With[{s=(5+Sqrt[5])/4},Select[Range[600],PrimeQ[Floor[#*s]]&]] (* _Harvey P. Dale_, Jul 04 2014 *) %Y A184806 Cf. A108598, A184802, A184807. %K A184806 nonn %O A184806 1,1 %A A184806 _Clark Kimberling_, Jan 22 2011