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!)
A141804 Row sums of triangle A141803. 2
1, 2, 3, 5, 8, 7, 15, 15, 18, 22, 33, 25, 40, 44, 47, 49, 64, 64, 83, 77, 86, 97, 119, 105, 123, 137, 145, 150, 177, 162, 195, 193, 214, 229, 250, 227, 264, 283, 302, 292, 333, 321, 363, 368, 376, 398, 446, 419, 455, 465, 489, 505, 551, 542, 580, 567, 602, 631 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(5) = 8 since row 5 of triangle A141803 = (1 + 2 + 3 + 2 + 0).
MATHEMATICA
Table[Total@Table[Mod[Total@IntegerDigits[n - i, i], i], {i, n - 1, 2, -1}], {n, 3, 60}] (* Ivan Neretin, Jun 18 2018 *)
CROSSREFS
Cf. A141803.
Sequence in context: A230445 A125727 A112337 * A121368 A010073 A264763
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Jul 06 2008
EXTENSIONS
More terms from Ivan Neretin, Jun 18 2018
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 August 20 22:38 EDT 2024. Contains 375340 sequences. (Running on oeis4.)