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 A087636 #35 Aug 31 2022 13:30:45 %S A087636 0,18,81,1539,20457,242217,2894799,33535839,381591711 %N A087636 Number of n-digit lunar primes. %C A087636 Although a(1) through a(6) are divisible by 9, a(7) is not. %H A087636 D. Applegate, <a href="/A087061/a087061.txt">C program for lunar arithmetic and number theory</a> %H A087636 D. Applegate, M. LeBrun and N. J. A. Sloane, <a href="http://arxiv.org/abs/1107.1130">Dismal Arithmetic</a>, arxiv:1107.1130 [math.NT], July 2011. [Note: we have now changed the name from "dismal arithmetic" to "lunar arithmetic" - the old name was too depressing] %H A087636 D. Applegate, M. LeBrun, and N. J. A. Sloane, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL14/Sloane/carry2.html">Dismal Arithmetic</a>, J. Int. Seq. 14 (2011) # 11.9.8. %H A087636 Benjamin Baily, Justine Dell, Henry L. Fleischmann, Faye Jackson, Steven J. Miller, Ethan Pesikoff, and Luke Reifenberg, <a href="https://arxiv.org/abs/2111.09786">Irreducibility over the max-min semiring</a>, arXiv:2111.09786 [math.CO], 2021. %H A087636 <a href="/index/Di#dismal">Index entries for sequences related to dismal (or lunar) arithmetic</a> %o A087636 (PARI) A87636=[]; A087636(n)={while(#A87636<n,A87636=concat(A87636,0)); !A87636[n] && A87636[n]=sum(k=10^(n-1),10^n-1,is_A087097(k)); A87636[n]} \\ Store results in array A87636 to avoid re-calculation. - _M. F. Hasler_, Nov 15 2018 %Y A087636 Cf. A087062 (lunar product), A087097 (lunar primes), A087638 (partial sums). %K A087636 nonn,base,more %O A087636 1,2 %A A087636 _Marc LeBrun_ and _N. J. A. Sloane_, Oct 26 2003 %E A087636 a(6)-a(9) from _David Applegate_, Nov 07 2003