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!)
A344411 Sum of the prime numbers in the interval (2n, 3n]. 0
3, 5, 7, 11, 24, 30, 36, 59, 42, 52, 83, 60, 97, 138, 152, 168, 168, 221, 184, 243, 263, 220, 287, 311, 384, 384, 410, 493, 493, 523, 462, 462, 559, 593, 696, 732, 768, 881, 881, 802, 802, 719, 846, 977, 888, 1025, 1164, 1164, 1067, 1216, 1266, 1163, 1320, 1213, 1267, 1434 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n >= 3, a(n) is the sum of the prime numbers appearing in the 3rd row of an n X n square array whose elements are the numbers from 1..n^2, listed in increasing order by rows.
LINKS
FORMULA
a(n) = Sum_{k=2*n+1..3*n} k * (pi(k) - pi(k-1)).
EXAMPLE
[1 2 3 4 5 6]
[1 2 3 4 5] [7 8 9 10 11 12]
[1 2 3 4] [6 7 8 9 10] [13 14 15 16 17 18]
[1 2 3] [5 6 7 8] [11 12 13 14 15] [19 20 21 22 23 24]
[4 5 6] [9 10 11 12] [16 17 18 19 20] [25 26 27 28 29 30]
[7 8 9] [13 14 15 16] [21 22 23 24 25] [31 32 33 34 35 36]
----------------------------------------------------------------------------
n 3 4 5 6
----------------------------------------------------------------------------
a(n) 7 11 24 30
----------------------------------------------------------------------------
MATHEMATICA
Table[Sum[k*(PrimePi[k] - PrimePi[k - 1]), {k, 2 n + 1, 3 n}], {n, 80}]
CROSSREFS
Cf. A000720 (pi), A108954.
Sequence in context: A226017 A303705 A309520 * A265687 A023368 A295973
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, May 17 2021
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 May 2 06:11 EDT 2024. Contains 372178 sequences. (Running on oeis4.)