login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A072632
Solutions to A072631[n]=0.
0
1, 3, 8, 21, 55, 149, 404, 1097, 2981, 8104, 22027, 59875, 162755, 442414, 1202605, 3269018
OFFSET
1,2
COMMENTS
Essentially the same as A001671.
EXAMPLE
Compare with A072610 [related to A004648].
MATHEMATICA
Do[s=Floor[Mod[Floor[n*Log[n]]//N, n]]; If[s==0, Print[n]], {n, 1, 10000000}]
KEYWORD
more,nonn
AUTHOR
Labos Elemer, Jun 28 2002
STATUS
approved