A362440 Aliqout sequence starting at 841.
841, 30, 42, 54, 66, 78, 90, 144, 259, 45, 33, 15, 9, 4, 3, 1, 0
Offset: 1
References
- GCHQ, The GCHQ Puzzle Book, Penguin, 2016. See page 92.
Programs
-
Mathematica
NestWhileList[DivisorSigma[1,#]-#&,841,#>0&] (* Paolo Xausa, Oct 16 2023 *)
Comments