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!)
A004160 Sum of digits of the n-th tetrahedral number. 2
1, 4, 1, 2, 8, 11, 12, 3, 12, 4, 16, 13, 14, 11, 14, 15, 24, 6, 7, 10, 16, 8, 5, 8, 18, 18, 18, 10, 22, 19, 20, 26, 20, 12, 21, 21, 22, 25, 13, 14, 11, 14, 15, 15, 15, 25, 19, 16, 17, 5, 17, 18, 18, 18, 19, 22, 19, 11, 26, 20, 21, 21, 21, 22, 25, 13, 23, 20, 23, 24, 24, 24, 25, 10, 16, 26 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007953(A000292(n)). - Michel Marcus, Dec 19 2016
MATHEMATICA
Total[IntegerDigits[#]]&/@Table[(n(n+1)(n+2))/6, {n, 80}] (* Harvey P. Dale, Jul 31 2013 *)
PROG
(PARI) a(n)=sumdigits(n*(n+1)*(n+2)/6) \\ Charles R Greathouse IV, Dec 19 2016
CROSSREFS
Sequence in context: A081454 A133883 A279816 * A128077 A128078 A331152
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved

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 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)