Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #21 Sep 17 2016 00:19:33
%S 1,5,45,765,25245,1640925,211679325,54401586525,27908013887325,
%T 28605714234508125,58613108466507148125,240137905387279785868125,
%U 1967449858837983285617548125,32236665937060356134843526028125
%N Numbers appearing in the fourth column of A155103.
%F a(n) = prod(k=2..n) (1+2^k), n>1. - _Mats Granvik_, _Simone Severini_, Dec 04 2010
%F a(n) = A028362(n+1)/3. - _Vladimir Reshetnikov_, Sep 16 2016
%e a(1)=1, a(2)=1*5, a(3)=1*5*9, a(4)=1*5*9*17, a(5)=1*5*9*17*33, a(6)=1*5*9*17*33*65 and so on. See A000051 for continuation.
%t Table[QPochhammer[-4, 2, n - 1], {n, 14}] (* _Arkadiusz Wesolowski_, Oct 29 2012 *)
%Y Cf. A000051, A155105.
%K nonn
%O 1,2
%A _Mats Granvik_, Jan 20 2009
%E More terms from _Mats Granvik_, Dec 05 2010