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.

A094382 Number of quadruples (p, p+d, p+2*d, p+3*d) of primes with d>0 and p+3*d<=n.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 11, 11, 11, 11
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 28 2004

Keywords

Examples

			a(50)=4: 5=prime(3) -> 5+6=11=prime(5) -> 11+6=17=prime(7) ->
17+6=23=prime(9), 5=prime(3) -> 5+12=17=prime(7) -> 17+12=29=prime(10) ->
29+12=41=prime(13), 7=prime(4) -> 7+12=19=prime(8) -> 19+12=31=prime(11) ->
31+12=43=prime(14) and 11=prime(5) -> 11+6=17=prime(7) -> 17+6=23=prime(9)
-> 23+6=29=prime(10),
		

Crossrefs