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).

Original entry on oeis.org

2, 36, 240, 10320, 227304, 287787528
Offset: 1

Views

Author

Naohiro Nomoto, May 14 2003

Keywords

Examples

			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.
		

Crossrefs

Cf. A082637.

Extensions

a(5)-a(6) from Donovan Johnson, Nov 11 2008