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.

A298160 G.f.: Product_{k>=1} 1/(1+prime(k)*x^prime(k)).

This page as a plain text file.
%I A298160 #12 Mar 24 2020 15:38:45
%S A298160 1,0,-2,-3,4,1,1,-9,13,-9,20,-38,76,-75,65,-323,378,-197,805,-1394,
%T A298160 1635,-2513,3175,-5442,11135,-12570,12526,-33357,51563,-46460,93551,
%U A298160 -155750,186650,-313241,421641,-620393,1131820,-1321220,1663951,-3559915,5011036,-5207116
%N A298160 G.f.: Product_{k>=1} 1/(1+prime(k)*x^prime(k)).
%H A298160 Seiichi Manyama, <a href="/A298160/b298160.txt">Table of n, a(n) for n = 0..6278</a>
%t A298160 CoefficientList[Series[Product[1/(1+Prime[k]x^Prime[k]),{k,50}],{x,0,50}],x] (* _Harvey P. Dale_, Mar 24 2020 *)
%Y A298160 Cf. A002099, A048165, A298159.
%K A298160 sign
%O A298160 0,3
%A A298160 _Seiichi Manyama_, Jan 14 2018