A055985 a(n+1) = a(n) converted to base 10 from base 14.
10, 14, 18, 22, 30, 42, 58, 78, 106, 202, 394, 718, 1394, 3462, 9102, 24894, 89506, 333010, 1736966, 11427870, 115192042, 1619739354, 29692865822, 774281794358, 30458189497450, 2398956531470254, 352107219881806722, 102686460519364138762
Offset: 0
Programs
-
Mathematica
NestList[FromDigits[IntegerDigits[#],14]&,10,30] (* Harvey P. Dale, Sep 11 2011 *)
Extensions
More terms from Harvey P. Dale, Sep 11 2011