A055986 a(n+1) = a(n) converted to base 10 from base 15.
10, 15, 20, 30, 45, 65, 95, 140, 285, 575, 1235, 3875, 12035, 57425, 277685, 1898225, 17948735, 257659250, 6064652775, 231735692810, 19086421036065, 3118766577500345, 1345923015886969490, 1802200377671427935160, 7651243417360291340175315
Offset: 0
Programs
-
Mathematica
NestList[FromDigits[IntegerDigits[#],15]&,10,30] (* Harvey P. Dale, Sep 16 2011 *)
Extensions
More terms from Harvey P. Dale, Sep 16 2011