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.

A082636 a(n) = smallest number which can be expressed as sum of d consecutive primes in exactly n ways (where d>0 is a divisor of the number).

This page as a plain text file.
%I A082636 #5 Mar 31 2012 13:50:44
%S A082636 2,36,240,10320,227304,287787528
%N A082636 a(n) = smallest number which can be expressed as sum of d consecutive primes in exactly n ways (where d>0 is a divisor of the number).
%e A082636 For n=2: 36 is in the sequence because 36 has two ways: e.g. (d=2; 2|36) and 17+19=36, (d=4; 4|36) and 5+7+11+13=36. 36 is the smallest number. so a(2)=36.
%Y A082636 Cf. A082637.
%K A082636 more,nonn
%O A082636 1,1
%A A082636 _Naohiro Nomoto_, May 14 2003
%E A082636 a(5)-a(6) from _Donovan Johnson_, Nov 11 2008