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.

A231689 a(n) = Sum_{i=0..n} digsum(i)^4, where digsum(i) = A007953(i).

This page as a plain text file.
%I A231689 #18 Jan 05 2025 19:51:40
%S A231689 0,1,17,98,354,979,2275,4676,8772,15333,15334,15350,15431,15687,16312,
%T A231689 17608,20009,24105,30666,40666,40682,40763,41019,41644,42940,45341,
%U A231689 49437,55998,65998,80639,80720,80976,81601,82897,85298,89394,95955,105955,120596,141332,141588,142213,143509,145910,150006,156567,166567,181208,201944,230505,231130,232426,234827,238923
%N A231689 a(n) = Sum_{i=0..n} digsum(i)^4, where digsum(i) = A007953(i).
%H A231689 Amiram Eldar, <a href="/A231689/b231689.txt">Table of n, a(n) for n = 0..10001</a>
%H A231689 Jean Coquet, <a href="https://doi.org/10.1016/0022-314X(86)90067-3">Power sums of digital sums</a>, J. Number Theory, Vol. 22, No. 2 (1986), pp. 161-176.
%H A231689 P. J. Grabner, P. Kirschenhofer, H. Prodinger and R. F. Tichy, <a href="http://math.sun.ac.za/~hproding/abstract/abs_80.htm">On the moments of the sum-of-digits function</a>, <a href="http://math.sun.ac.za/~hproding/pdffiles/st_andrews.pdf">PDF</a>, Applications of Fibonacci numbers, Vol. 5 (St. Andrews, 1992), Kluwer Acad. Publ., Dordrecht, 1993, pp. 263-271.
%H A231689 Robert E. Kennedy and Curtis N. Cooper, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/29-2/kennedy.pdf">An extension of a theorem by Cheo and Yien concerning digital sums</a>, Fibonacci Quarterly, Vol. 29, No. 2 (1991), pp. 145-149.
%H A231689 J.-L. Mauclaire and Leo Murata, <a href="https://dx.doi.org/10.3792/pjaa.59.274">On q-additive functions. I</a>, Proc. Japan Acad. Ser. A Math. Sci., Vol. 59, No. 6 (1983), pp. 274-276.
%H A231689 J.-L. Mauclaire and Leo Murata, <a href="https://dx.doi.org/10.3792/pjaa.59.441">On q-additive functions. II</a>, Proc. Japan Acad. Ser. A Math. Sci., Vol. 59, No. 9 (1983), pp. 441-444.
%H A231689 Harald Riede, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/36-1/riede.pdf">Asymptotic estimation of a sum of digits</a>, Fibonacci Quarterly, Vol. 36, No. 1 (1998), pp. 72-75.
%H A231689 J. R. Trollope, <a href="http://www.jstor.org/stable/2687954">An explicit expression for binary digital sums</a>, Math. Mag., Vol. 41, No. 1 (1968), pp. 21-25.
%p A231689 See A037123.
%t A231689 Accumulate[Table[Total[IntegerDigits[n]]^4,{n,0,60}]] (* _Harvey P. Dale_, May 12 2014 *)
%o A231689 (PARI) a(n) = sum(i=0, n, sumdigits(i)^4); \\ _Michel Marcus_, Sep 20 2017
%Y A231689 Cf. A007953, A037123, A074784, A231688.
%K A231689 nonn,base
%O A231689 0,3
%A A231689 _N. J. A. Sloane_, Nov 13 2013