a(n) = A007953(A001022(n)). - Michel Marcus, Nov 01 2013
(PARI) a(n) = sumdigits(13^n); \\ Michel Marcus, Nov 01 2013
approved
editing
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”).
a(n) = A007953(A001022(n)). - Michel Marcus, Nov 01 2013
(PARI) a(n) = sumdigits(13^n); \\ Michel Marcus, Nov 01 2013
approved
editing
proposed
approved
editing
proposed
Vincenzo Librandi, <a href="/A175527/b175527.txt">Table of n, a(n) for n = 0..1000</a>
approved
editing
_N. J. A. Sloane (njas(AT)research.att.com), _, Dec 03 2010
proposed
approved
proposed
approved
Table[Total[IntegerDigits[13^k]], {k, 0, 1000}]
approved
proposed
proposed
approved