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.

A177697 Sums of 3 distinct primorials.

This page as a plain text file.
%I A177697 #4 Nov 07 2017 16:58:14
%S A177697 9,33,37,38,213,217,218,241,242,246,2313,2317,2318,2341,2342,2346,
%T A177697 2521,2522,2526,2550,30033,30037,30038,30061,30062,30066,30241,30242,
%U A177697 30246,30270,32341,32342,32346,32370,32550,510513,510517,510518,510541,510542
%N A177697 Sums of 3 distinct primorials.
%C A177697 This is to numbers that are the sum of 3 different primes (A124867) as primorials (A002110) are to primes (A000040). The subsequence of primes among these sums of 3 distinct primorials begins: 37, 241, 2341, 2521, 30241, 32341, 512821, 540541.
%F A177697 {a(n)} = {A002110(i) + A002110(j) + A002110(k) for i =/= j, i =/= k, j =/= k}.
%e A177697 9 = 6+2+1
%e A177697 33 = 30+2+1
%e A177697 37 = 30+6+1
%e A177697 38 = 30+6+2
%e A177697 213 = 210+2+1
%t A177697 Take[Total/@Subsets[Join[{1},FoldList[Times,Prime[Range[10]]]],{3}]// Union,40] (* _Harvey P. Dale_, Nov 07 2017 *)
%Y A177697 Cf. A000040, A002110, A006862, A038609, A124867, A177689.
%K A177697 easy,nonn
%O A177697 1,1
%A A177697 _Jonathan Vos Post_, May 11 2010