OFFSET
1,2
COMMENTS
Although a(1) through a(6) are divisible by 9, a(7) is not.
LINKS
D. Applegate, C program for lunar arithmetic and number theory
D. Applegate, M. LeBrun and N. J. A. Sloane, Dismal Arithmetic, 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]
D. Applegate, M. LeBrun, and N. J. A. Sloane, Dismal Arithmetic, J. Int. Seq. 14 (2011) # 11.9.8.
Benjamin Baily, Justine Dell, Henry L. Fleischmann, Faye Jackson, Steven J. Miller, Ethan Pesikoff, and Luke Reifenberg, Irreducibility over the max-min semiring, arXiv:2111.09786 [math.CO], 2021.
PROG
(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
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Marc LeBrun and N. J. A. Sloane, Oct 26 2003
EXTENSIONS
a(6)-a(9) from David Applegate, Nov 07 2003
STATUS
approved