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 A096028 #15 Feb 24 2020 07:44:15 %S A096028 1,3,29,152,2016,1056437,16311831,102287808,1627690024,1085424779823, %T A096028 17876295136009,1933742696582736,1394864457161925217, %U A096028 23571778916504612451,155523623837575361328,2642576343530770503704,1982116737665744001184443,225989772612884036918821112,2983063546028389514347409745197 %N A096028 Numbers of the form (Fibonacci(p+1))/p, where p are primes ending in 3 or 7 (i.e., A003631). %C A096028 Essentially the same as A094809. - _R. J. Mathar_, Sep 04 2008 %t A096028 s = Select[ Prime[ Range[35]], Mod[ #, 10] == 3 || Mod[ #, 10] == 7 &]; Fibonacci[s + 1]/s %o A096028 (PARI) forprime(p=3, 10^3, if((p+3)%5>1, next); print1(fibonacci(p+1)/p, ", ")); \\ _Jinyuan Wang_, Feb 24 2020 %Y A096028 Cf. A094808, A094809. %K A096028 nonn %O A096028 1,2 %A A096028 _Lekraj Beedassy_ and _Robert G. Wilson v_, Jun 15 2004 %E A096028 More terms from _Jinyuan Wang_, Feb 24 2020