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.

A174652 Partial sums of A002814.

Original entry on oeis.org

1, 3, 20, 5797, 192900159414, 7177905237579946589743785824843591, 369822356418414944143680173221426891716916679027557977938929258031497305419444723776968084111223998808
Offset: 0

Views

Author

Jonathan Vos Post, Mar 25 2010

Keywords

Comments

Partial sums of an infinite coprime sequence defined by recursion. 3 is the only prime through a(6). Is it computationally feasible to find another?

Examples

			a(3) = 1 + 2 + 17 + 5777 = 5797 = 11 * 17 * 31.
		

Crossrefs

Formula

a(n) = SUM[i=0..n] A002814(i) = SUM[i=0..n] {a(n) = a(n-1)^3 + 3a(n-1)^2 - 3}.