login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A174652
Partial sums of A002814.
0
1, 3, 20, 5797, 192900159414, 7177905237579946589743785824843591, 369822356418414944143680173221426891716916679027557977938929258031497305419444723776968084111223998808
OFFSET
0,2
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?
FORMULA
a(n) = SUM[i=0..n] A002814(i) = SUM[i=0..n] {a(n) = a(n-1)^3 + 3a(n-1)^2 - 3}.
EXAMPLE
a(3) = 1 + 2 + 17 + 5777 = 5797 = 11 * 17 * 31.
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Mar 25 2010
STATUS
approved