OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..420
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
FORMULA
Sum_{n>=2} -1/a(n) = 15/16 - Pi*(coth(Pi)/8) + Pi * (sin(sqrt(2)*Pi) + sinh(sqrt(2)*Pi)) / (4*sqrt(2) * (cos(sqrt(2)*Pi) - cosh(sqrt(2)*Pi))) = A339530 = 0.0040926982992862873... . - Vaclav Kotesovec, Feb 14 2015
MATHEMATICA
Table[1-n^8, {n, 0, 40}] (* and *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {1, 0, -255, -6560, -65535, -390624, -1679615, -5764800, -16777215}, 40] (* Vladimir Joseph Stephan Orlovsky, Apr 15 2011 *)
PROG
(Magma) [1-n^8: n in [0..50]]; // Vincenzo Librandi, Apr 29 2011
(PARI) a(n)=1-n^8 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
KEYWORD
sign,easy
AUTHOR
STATUS
approved