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.

A034963 Sums of four consecutive primes.

Original entry on oeis.org

17, 26, 36, 48, 60, 72, 88, 102, 120, 138, 152, 168, 184, 202, 220, 240, 258, 272, 290, 306, 324, 348, 370, 390, 408, 420, 432, 456, 480, 508, 534, 556, 576, 596, 620, 638, 660, 682, 700, 724, 744, 762, 780, 800, 830, 860, 890, 912, 928, 942, 964, 988, 1012
Offset: 1

Views

Author

Patrick De Geest, Oct 15 1998

Keywords

Examples

			a(7) = 17 + 19 + 23 + 29 = 88.
		

Crossrefs

Programs

Formula

a(n) = Sum_{k=0..3} A000040(n+k). - Omar E. Pol, Mar 02 2020