A154570 The main diagonal of the successive differences of A154127.
1, 3, -4, 2, -6, -2, -14, -18, -46, -82, -174, -338, -686, -1362, -2734, -5458, -10926, -21842, -43694, -87378, -174766, -349522, -699054, -1398098, -2796206, -5592402, -11184814, -22369618, -44739246, -89478482, -178956974, -357913938, -715827886
Offset: 0
Keywords
Links
- Index entries for linear recurrences with constant coefficients, signature (1, 2).
Programs
-
Mathematica
f[n_]:=2/(n+1);x=6;Table[x=f[x];Numerator[x],{n,0,5!}](* Absolute Values *) (* Vladimir Joseph Stephan Orlovsky, Mar 12 2010 *)
Formula
Extensions
Edited and extended by R. J. Mathar, Feb 25 2009
Comments