OFFSET
0,3
COMMENTS
Most digital roots of sequences (barring exceptions such as digital roots of primes) produce a repeating sequence of integers. However, I do not see one in this case - yet.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
FORMULA
MATHEMATICA
Table[NestWhile[Total[IntegerDigits[#]]&, PartitionsP[n], #>9&], {n, 0, 90}] (* Harvey P. Dale, Aug 04 2024 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Suman Vaze, Feb 19 2014
EXTENSIONS
More terms from Michel Marcus, Feb 20 2014
STATUS
approved