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.
%I A223173 #47 Sep 02 2025 20:55:52 %S A223173 -1,-3,-1,45,359,2037,10079,46365,204119,873477,3666959,15191085, %T A223173 62342279,254119317,1030760639,4165958205,16792710839,67557739557, %U A223173 271392171119,1089053371725,4366669645799,17498051254197,70086331418399,280627721655645 %N A223173 Poly-Cauchy numbers c_3^(-n). %C A223173 Definition of poly-Cauchy numbers in A222627. %H A223173 Vincenzo Librandi, <a href="/A223173/b223173.txt">Table of n, a(n) for n = 1..300</a> %H A223173 Takao Komatsu, <a href="https://doi.org/10.1007/s11139-012-9452-0">Poly-Cauchy numbers with a q parameter</a>, Ramanujan J. 31 (2013), 353-371. %H A223173 Takao Komatsu, <a href="http://doi.org/10.2206/kyushujm.67.143">Poly-Cauchy numbers</a>, Kyushu J. Math. 67 (2013), 143-153. %H A223173 M. Z. Spivey, <a href="http://dx.doi.org/10.1016/j.disc.2007.03.052">Combinatorial sums and finite differences</a>, Discr. Math. 307 (24) (2007) 3130-3146 %H A223173 Wikipedia, <a href="http://en.wikipedia.org/wiki/Stirling_transform">Stirling transform</a> %H A223173 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (9,-26,24). %F A223173 a(n) = Sum_{k=0..3} Stirling1(3,k)*(k+1)^n. %F A223173 From _Colin Barker_, Mar 31 2013: (Start) %F A223173 Conjecture: %F A223173 a(n) = 2^(1+n) - 3^(1+n) + 4^n; %F A223173 g.f.: -x*(6*x-1) / ((2*x-1)*(3*x-1)*(4*x-1)). (End) %F A223173 Conjecture verified by _Robert Israel_, Jun 21 2018 %p A223173 seq(2^(n+1)-3^(n+1)+4^n, n=0..30); # _Robert Israel_, Jun 21 2018 %t A223173 Table[Sum[StirlingS1[3, k] (k + 1)^n, {k, 0, 3}], {n, 25}] %o A223173 (Magma) [&+[StirlingFirst(3,k)*(k+1)^n: k in [0..3]]: n in [1..25]]; // _Bruno Berselli_, Mar 28 2013 %o A223173 (PARI) a(n) = sum(k=0, 3, stirling(3, k, 1)*(k+1)^n); \\ _Michel Marcus_, Nov 14 2015 %K A223173 sign,changed %O A223173 1,2 %A A223173 _Takao Komatsu_, Mar 28 2013