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.

A290249 Numbers that are the sum of distinct primorial numbers (A002110) (not including 1).

This page as a plain text file.
%I A290249 #9 Aug 01 2017 11:50:56
%S A290249 2,6,8,30,32,36,38,210,212,216,218,240,242,246,248,2310,2312,2316,
%T A290249 2318,2340,2342,2346,2348,2520,2522,2526,2528,2550,2552,2556,2558,
%U A290249 30030,30032,30036,30038,30060,30062,30066,30068,30240,30242,30246,30248,30270,30272,30276,30278,32340,32342,32346,32348,32370
%N A290249 Numbers that are the sum of distinct primorial numbers (A002110) (not including 1).
%H A290249 <a href="/index/Pri#primorial_numbers">Index entries for sequences related to primorial numbers</a>
%F A290249 Nonzero exponents in expansion of Product_{k>=1} (1 + x^A002110(k)).
%e A290249 38 is in the sequence because 38 = 2 + 6 + 30 = 2 + 2*3 + 2*3*5.
%t A290249 Rest[f[x_] := Product[1 + x^Product[Prime[m], {m, 1, k}], {k, 1, 6}]; Exponent[#, x] & /@ List @@ Normal[Series[f[x], {x, 0, 32370}]]]
%Y A290249 Cf. A002110, A059589, A059590, A143293, A177711, A276156.
%K A290249 nonn
%O A290249 1,1
%A A290249 _Ilya Gutkovskiy_, Jul 24 2017