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!)
A303223 Sum of the perimeters of the family of rectangles with dimensions p and q such that |q - p| is prime, n = p + q and p < q. 0
0, 0, 0, 8, 10, 12, 28, 16, 54, 20, 66, 24, 104, 28, 150, 32, 170, 36, 228, 40, 294, 44, 322, 48, 400, 52, 432, 56, 464, 60, 558, 64, 660, 68, 700, 72, 740, 76, 858, 80, 902, 84, 1032, 88, 1170, 92, 1222, 96, 1372, 100, 1428, 104, 1484, 108, 1650, 112, 1710 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = 2n * Sum_{i=1..floor((n-1)/2)} A010051(n-2i).
MATHEMATICA
Table[2 n*Sum[(PrimePi[n - 2 i] - PrimePi[n - 2 i - 1]), {i, Floor[(n - 1)/2]}], {n, 80}]
PROG
(PARI) a(n) = 2*n*sum(i=1, (n-1)\2, isprime(n-2*i)); \\ Michel Marcus, Apr 21 2018
CROSSREFS
Sequence in context: A114621 A174156 A115168 * A112549 A112585 A070479
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Apr 19 2018
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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)