OFFSET
1,1
COMMENTS
Or numbers k such that 1/k has only one (infinite) run of (leading) zeros.
Or numbers k such that 1/k has only one infinite run of nonzero digits (considering that reciprocals of terms of A003592 end with 0's).
This sequence is infinite: if m is a term, then 10*m is also a term.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, PARI program
Rémy Sigrist, C++ program
EXAMPLE
The first terms, alongside their reciprocal (with the repeating part between parentheses), are:
n a(n) 1/a(n)
-- ---- ------------
1 3 0.(3)
2 6 0.1(6)
3 7 0.(142857)
4 9 0.(1)
5 12 0.08(3)
6 14 0.0(714285)
7 15 0.0(6)
8 18 0.0(5)
9 22 0.0(45)
10 24 0.041(6)
11 26 0.0(384615)
12 28 0.03(571428)
13 30 0.0(3)
14 35 0.0(285714)
15 36 0.02(7)
PROG
(PARI) \\ See Links section.
(C++) // See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Sep 09 2024
STATUS
approved