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 A277062 #18 Jun 10 2024 08:52:50 %S A277062 1,0,2,2,4,5,7,10,15,21,30,46,66,98,146,218,329,500,757,1158,1766, %T A277062 2716,4164,6420,9907,15320,23760,36878,57356,89288,139283,217506, %U A277062 340059,532321,834147,1308186,2053958,3227229,5075229,7987852,12581575,19831014 %N A277062 Number of primes <= n-th Lucas number. %H A277062 Amiram Eldar, <a href="/A277062/b277062.txt">Table of n, a(n) for n = 0..101</a> (calculated using Kim Walisch's primecount) %H A277062 Kim Walisch, <a href="https://github.com/kimwalisch/primecount">Fast C++ prime counting function implementation (primecount)</a>. %F A277062 a(n) = A000720(A000032(n)). - _Michel Marcus_, Jun 10 2024 %p A277062 a:= n-> numtheory[pi]((<<0|1>, <1|1>>^n. <<2, 1>>)[1$2]): %p A277062 seq(a(n), n=0..35); # _Alois P. Heinz_, Nov 09 2016 %t A277062 Table[PrimePi[LucasL[n]], {n, 0, 50}] %o A277062 (Magma) [#PrimesUpTo(Lucas(n)): n in [0..41]]; %Y A277062 Cf. A000032, A000720, A001606, A005479, A052012, A054782. %K A277062 nonn %O A277062 0,3 %A A277062 _Vincenzo Librandi_, Nov 09 2016