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.

A376401 a(n) = A276075(A376400(n)); Partial sums of A376400.

Original entry on oeis.org

0, 1, 3, 9, 39, 1089, 70814494839, 7568077812763134673885891483463343434987134201379042046671543939118568810481776089
Offset: 0

Views

Author

Antti Karttunen, Nov 02 2024

Keywords

Comments

a(8) has 2129 (decimal) digits.
From the second term onward also the partial sums of A376400.
By induction, it is easy to see that formula a(n) = A276075(A376400(n)) implies that from the second term onward, this sequence gives the partial sums of A376400, as A276075 is fully additive.

Crossrefs

Cf. also A143293 (when prepended with 0, an analogous sequence for A276085).

Programs

Formula

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