login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A206802 a(n) = (1/2)*A185382(n). 4
1, 3, 9, 13, 23, 29, 43, 67, 76, 106, 128, 140, 166, 208, 253, 269, 320, 356, 375, 435, 477, 543, 635, 683, 708, 760, 787, 843, 1046, 1106, 1199, 1231, 1396, 1430, 1535, 1643, 1717, 1831, 1948, 1988, 2193, 2235, 2321, 2365, 2635, 2911, 3005 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
See A185382.
LINKS
MATHEMATICA
s[k_] := Prime[k + 1]; t[1] = 0;
p[n_] := Sum[s[k], {k, 1, n}];
c[n_] := n*s[n] - p[n]
t[n_] := t[n - 1] + (n - 1) s[n] - p[n - 1]
Table[c[n], {n, 2, 100}] (* A185382 *)
%/2 (* A206802 *)
Flatten[Table[t[n], {n, 2, 40}]] (* A206803 *)
%/2 (* A206804 *)
Table[Sum[Prime[n + 1] - Prime[j + 1], {j, n - 1}]/2, {n, 2, 48}] (* Michael De Vlieger, Sep 13 2016 *)
CROSSREFS
Cf. A185382.
Sequence in context: A212244 A004617 A135370 * A285900 A022408 A126827
KEYWORD
nonn
AUTHOR
Clark Kimberling, Feb 13 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:21 EDT 2024. Contains 371967 sequences. (Running on oeis4.)