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.
%I A284550 #17 Jul 18 2024 11:49:42 %S A284550 1,2,9,35,45,61,80,84,97,98,124,130,140,142,175,179,185,213,241,249, %T A284550 287,300,324,344,346,352,366,368,369,384,389,398,400,409,431,436,437, %U A284550 462,515,520,525,530,544,565,592,594,595,614,615,627,628,682,719,745,778,798,835,852,861 %N A284550 Integers n such that prime(n) + prime(n+1) + prime(n+2) + prime(n+3) + prime(n)*prime(n+1)*prime(n+2)*prime(n+3) is prime. %H A284550 Harvey P. Dale, <a href="/A284550/b284550.txt">Table of n, a(n) for n = 1..1000</a> %e A284550 n=1: 2+3+5+7+2*3*5*7=227=A000040(49), %e A284550 n=2: 3+5+7+11+3*5*7*11=1181=A000040(194). %t A284550 Position[Total[#]+Times@@#&/@Partition[Prime[Range[1000]],4,1],_?PrimeQ]//Flatten (* _Harvey P. Dale_, Jul 18 2024 *) %Y A284550 Cf. A000040, A096342, A126199. %K A284550 nonn %O A284550 1,2 %A A284550 _Zak Seidov_, Mar 29 2017