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.

A082634 Numbers n which can be expressed as sum of d consecutive primes (where d>0 is a divisor of n).

This page as a plain text file.
%I A082634 #2 Mar 31 2012 13:50:44
%S A082634 2,3,5,7,8,11,12,13,15,17,18,19,23,24,29,30,31,36,37,41,42,43,47,48,
%T A082634 52,53,59,60,61,67,68,71,72,73,78,79,83,84,88,89,90,97,100,101,103,
%U A082634 107,109,112,113,119,120,127,128,131,132,137,138
%N A082634 Numbers n which can be expressed as sum of d consecutive primes (where d>0 is a divisor of n).
%e A082634 30 is in the sequence because (d=2; 2|30) and 13+17=30.
%Y A082634 Cf. A082636, A082637.
%K A082634 easy,nonn
%O A082634 1,1
%A A082634 _Naohiro Nomoto_, May 14 2003