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.

A376409 a(n) = A048675(A376408(n)); Partial sums of A376408.

Original entry on oeis.org

0, 1, 3, 9, 99, 353529, 274407373885532679, 2443417474326613595267894539584266773823049253134356679026035220285823429
Offset: 0

Views

Author

Antti Karttunen, Nov 04 2024

Keywords

Comments

a(8) has 407 digits, a(9) has 2804 digits.
By induction, it is easy to see that formula a(n) = A048675(A376408(n)) implies that from the second term onward, this sequence gives the partial sums of A376408, as A048675 is fully additive.

Crossrefs

Cf. also A376401 (an analogous sequence for A276075).

Programs

Formula

a(0) = 0; and for n >= 1, a(n) = a(n-1) + A376408(n-1) = Sum_{i=0..n-1} A376408(i).