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.

A036660 Product of prime p with sum of next p consecutive primes.

This page as a plain text file.
%I A036660 #11 Jul 08 2025 21:53:26
%S A036660 16,69,335,1001,3883,6851,15385,22553,40273,80765,101897,173567,
%T A036660 239563,283327,373509,538321,746999,841007,1119905,1344811,1483725,
%U A036660 1887231,2211369,2738619,3540597,4025961,4319511,4877167,5210309
%N A036660 Product of prime p with sum of next p consecutive primes.
%e A036660 p=2 -> 2*(3+5)=16.
%e A036660 p=7 -> 7*(11+13+17+19+23+29+31)=1001.
%o A036660 (PARI) a(n) = prime(n)*sum(i=1, prime(n), prime(n+i)); \\ _Michel Marcus_, Jan 06 2014
%Y A036660 Cf. A036659.
%K A036660 nonn
%O A036660 1,1
%A A036660 _G. L. Honaker, Jr._, Dec 15 1998
%E A036660 Offset corrected to 1 by _Michel Marcus_, Jan 06 2014