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 A095084 #14 Feb 07 2023 05:55:04 %S A095084 7,11,23,29,37,47,53,67,83,97,101,109,127,137,139,149,157,163,193,199, %T A095084 223,241,263,271,277,281,283,311,317,331,337,359,373,379,389,397,409, %U A095084 421,439,443,461,499,503,521,547,557,563,577,593,601,607 %N A095084 Fibevil primes, i.e., primes p whose Zeckendorf-expansion A014417(p) contains an even number of 1-fibits. %H A095084 Amiram Eldar, <a href="/A095084/b095084.txt">Table of n, a(n) for n = 1..10000</a> %H A095084 Antti Karttunen and John Moyer, <a href="/A095062/a095062.c.txt">C-program for computing the initial terms of this sequence</a>. %t A095084 Select[Flatten[Position[Mod[DigitCount[Select[Range[0, 6000], BitAnd[#, 2 #] == 0 &], 2, 1], 2], 0]] - 1, PrimeQ] (* _Amiram Eldar_, Feb 07 2023 *) %Y A095084 Intersection of A000040 and A095096. %Y A095084 Cf. A014417, A095083, A095064. %K A095084 nonn %O A095084 1,1 %A A095084 _Antti Karttunen_, Jun 01 2004