OFFSET
0,2
COMMENTS
Apart from the initial term a(1), the same as A094501.
LINKS
E. Angelini et al., List the dividers, sum the digits, SeqFan list, Nov. 2015 [Broken link]
Eric Angelini et al., List the dividers [sic], sum the digits, lost messages reconstructed by N. J. A. Sloane, Dec 21 2024
EXAMPLE
The orbits are:
{1},
{8, 15},
{7, 8, 15},
{4, 7, 8, 15},
{3, 4, 7, 8, 15},
{2, 3, 4, 7, 8, 15},
{19, 11, 3, 4, 7, 8, 15},
{12, 19, 11, 3, 4, 7, 8, 15},
{6, 12, 19, 11, 3, 4, 7, 8, 15},
{5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{10, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{16, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{18, 30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{34, 18, 30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{36, 46, 18, 30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{66, 36, 46, 18, 30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{162, 66, 36, 46, 18, 30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{924, 168, 102, 36, 46, 18, 30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15},
{71820, 1104, 168, 102, 36, 46, 18, 30, 27, 22, 9, 13, 5, 6, 12, 19, 11, 3, 4, 7, 8, 15}
PROG
(PARI) a(n)=for(k=1, 9e9, A086793(k)==n&&return(k))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Nov 08 2015
STATUS
approved
