login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A231505 a(n) = Sum_{i=0..n} digsum_3(i)^4, where digsum_3(i) = A053735(i). 4

%I #12 Jan 20 2022 10:31:10

%S 0,1,17,18,34,115,131,212,468,469,485,566,582,663,919,1000,1256,1881,

%T 1897,1978,2234,2315,2571,3196,3452,4077,5373,5374,5390,5471,5487,

%U 5568,5824,5905,6161,6786,6802,6883,7139,7220,7476,8101,8357,8982,10278,10359,10615,11240,11496,12121,13417,14042,15338,17739,17755,17836,18092,18173,18429,19054,19310,19935,21231

%N a(n) = Sum_{i=0..n} digsum_3(i)^4, where digsum_3(i) = A053735(i).

%H Amiram Eldar, <a href="/A231505/b231505.txt">Table of n, a(n) for n = 0..10000</a>

%H 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 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 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 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 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.

%t Accumulate @ Array[(Plus @@ IntegerDigits[#, 3])^4 &, 60, 0] (* _Amiram Eldar_, Jan 20 2022 *)

%o (PARI) a(n) = sum(i=0, n, sumdigits(i, 3)^4); \\ _Michel Marcus_, Sep 20 2017

%Y Cf. A053735, A094345, A231503, A231504.

%K nonn,base

%O 0,3

%A _N. J. A. Sloane_, Nov 13 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)