A174627 Partial sums of A002833.
0, 1, 3, 11, 55, 545, 14619, 1363847
Offset: 0
Examples
a(7) = 0 + 1 + 2 + 8 + 44 + 490 + 14074 + 1349228 = 1363847 is prime.
Crossrefs
Cf. A002833.
Formula
a(n) = SUM[i=0..n] A002833(i).
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.
a(7) = 0 + 1 + 2 + 8 + 44 + 490 + 14074 + 1349228 = 1363847 is prime.
isA179126(n) = my(k=ispower(n)); !(k%2) && (k%6) \\ Jianing Song, Aug 25 2022
is_A179126 = lambda n: EllipticCurve([0,n]).torsion_order() == 3 # D. S. McNeil, Jan 04 2011
Comments