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 A339855 #25 Sep 07 2021 01:49:53 %S A339855 2,3,5,17,41,101,163,223,251,733,1063,27191,77969,84299,86813,123863, %T A339855 508771,1677209,11634179,91978037,443127523,467335159,1041968177, %U A339855 2025051311,13941800291,24178397183,762383958397,766193665711,1551559563569,8030311150847 %N A339855 Primes p such that the absolute value of the fraction A241014(A000720(p)) / p is a record low. %C A339855 So-called near-Wall-Sun-Sun primes. Each term is "nearer" to being Wall-Sun-Sun than all smaller primes. %C A339855 If any Wall-Sun-Sun primes exist, this sequence terminates at the smallest Wall-Sun-Sun prime. %C A339855 If you start from p=7 (not p=2), then the sequence will start 7, 13, 17, 41, ... instead. %H A339855 Jeppe Stig Nielsen, <a href="/A339855/b339855.txt">Table of n, a(n) for n = 1..49</a> %H A339855 Ulrich Fries and PrimeGrid, <a href="http://u-g-f.de/PRPNet/findlist_adv.php?proj=WSS">PRPNet findlist for project WSS</a> %H A339855 Reginald McLean and PrimeGrid, <a href="https://www.primegrid.com/stats_ww.php">WW Statistics</a> %H A339855 D. D. Wall, <a href="http://www.jstor.org/stable/2309169">Fibonacci series modulo m</a>, Amer. Math. Monthly, 67 (1960), 525-532. %H A339855 Wikipedia, <a href="https://en.wikipedia.org/wiki/Wall-Sun-Sun_prime">Wall-Sun-Sun prime</a> %o A339855 (PARI) rec=+oo;forprime(p=2,,r=abs(centerlift(((Mod([1, 1; 1, 0], p^2))^(p-kronecker(p, 5)-1))[1, 1]))/p^2;if(r<rec,rec=r;print1(p,", "))) %Y A339855 Cf. A241014, A113650, A296240, A347565. %K A339855 nonn %O A339855 1,1 %A A339855 _Jeppe Stig Nielsen_, Dec 19 2020