login

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”).

a(n) = A132433(n) - 33.
2

%I #6 May 12 2017 18:23:26

%S 104,1064,8744,70184,561704,4493864,35951144,287609384,2300875304,

%T 18407002664,147256021544,1178048172584,9424385380904,75395083047464,

%U 603160664379944,4825285315039784,38602282520318504,308818260162548264,2470546081300386344

%N a(n) = A132433(n) - 33.

%D V. Reeben, The highly composite numbers by Srinivasa Ramanujan and the fundamental constants of physics. J. Madras Univ., Sect. B, 51 (Ramanujan's 100th birthday issue, with a Table of h.c.n.'s up to 10^102), (1988) 88-146.

%H Colin Barker, <a href="/A132434/b132434.txt">Table of n, a(n) for n = 3..1000</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (9,-8).

%F From _Colin Barker_, May 12 2017: (Start)

%F G.f.: 8*x^3*(13 + 16*x) / ((1 - x)*(1 - 8*x)).

%F a(n) = (15*8^n - 1856) / 56 for n>2.

%F a(n) = 9*a(n-1) - 8*a(n-2) for n>4.

%F (End)

%o (PARI) Vec(8*x^3*(13 + 16*x) / ((1 - x)*(1 - 8*x)) + O(x^30)) \\ _Colin Barker_, May 12 2017

%K nonn,easy

%O 3,1

%A Vello Reeben (reeben(AT)ut.ee), Aug 25 2007