cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A175527 Digit sum of 13^n.

This page as a plain text file.
%I A175527 #23 May 20 2017 14:48:17
%S A175527 1,4,16,19,22,25,37,40,34,46,67,52,55,58,97,73,85,88,91,85,115,91,121,
%T A175527 106,109,121,133,118,121,133,163,184,169,181,193,169,172,175,178,199,
%U A175527 193,214,226,238,169,190,247,241,208,247,232,253,292,241,316,292,268,271,301,286,298,337,304,325
%N A175527 Digit sum of 13^n.
%C A175527 It is surprising that many values repeat twice (for 85, 91, 121, 133, 169 this happens at a(n) = a(n+3) (but 169 occurs later for a third time), for 193, 241, 292, ... the second occurrence comes later) while many other values never occur. Is there a simple explanation? - _M. F. Hasler_, May 18 2017
%H A175527 Vincenzo Librandi, <a href="/A175527/b175527.txt">Table of n, a(n) for n = 0..1000</a>
%F A175527 a(n) = A007953(A001022(n)). - _Michel Marcus_, Nov 01 2013
%F A175527 a(n) ~ 4.5*log_10(13)*n ~ 5.0127*n (conjectured). - _M. F. Hasler_, May 18 2017
%t A175527 Table[Total[IntegerDigits[13^k]], {k,0,1000}]
%o A175527 (PARI) a(n)=sumdigits(13^n); \\ _Michel Marcus_, Nov 01 2013
%Y A175527 Cf. A001022, A175528, A175525.
%Y A175527 Cf. sum of digits of k^n: A001370 (k=2), A004166 (k=3), A065713 (k=4), A066001 (k=5), A066002 (k=6), A066003 (k=7), A066004 (k=8), A065999 (k=9), A066005 (k=11), A066006 (k=12), this sequence (k=13).
%K A175527 base,nonn
%O A175527 0,2
%A A175527 _N. J. A. Sloane_, Dec 03 2010