cp's OEIS Frontend

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.

A052288 First differences of the average of two consecutive primes (A024675).

Original entry on oeis.org

2, 3, 3, 3, 3, 3, 5, 4, 4, 5, 3, 3, 5, 6, 4, 4, 5, 3, 4, 5, 5, 7, 6, 3, 3, 3, 3, 9, 9, 5, 4, 6, 6, 4, 6, 5, 5, 6, 4, 6, 6, 3, 3, 7, 12, 8, 3, 3, 5, 4, 6, 8, 6, 6, 4, 4, 5, 3, 6, 12, 9, 3, 3, 9, 10, 8, 6, 3, 5, 7, 7, 6, 5, 5, 7, 6, 6, 9, 6, 6, 6, 4, 5, 5, 7, 6, 3, 3, 8, 10, 6, 6, 6, 5, 9, 7, 10, 12, 8, 8, 6
Offset: 1

Views

Author

Labos Elemer, Feb 08 2000

Keywords

Examples

			a(30) = ((113 + 127)/2) - ((127 + 131)/2) = (131 - 113)/2 = 9;
a(31) = ((127 + 131)/2) - ((137 + 131)/2) = (137 - 127)/2 = 5.
		

Programs

Formula

a(n) = (prime(n+3) - prime(n+1))/2.
a(n) = A115061(n+2) = A162345(n+2). - Nathaniel Johnston, Jun 25 2011