The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158487 a(n) = 64*n^2 - 8. 2
56, 248, 568, 1016, 1592, 2296, 3128, 4088, 5176, 6392, 7736, 9208, 10808, 12536, 14392, 16376, 18488, 20728, 23096, 25592, 28216, 30968, 33848, 36856, 39992, 43256, 46648, 50168, 53816, 57592, 61496, 65528, 69688, 73976, 78392, 82936, 87608, 92408, 97336, 102392 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (16*n^2 - 1)^2 - (64*n^2 - 8)*(2*n)^2 = 1 can be written as A141759(n)^2 - a(n)*A005843(n)^2 = 1. - Vincenzo Librandi, Feb 09 2012
LINKS
FORMULA
From Vincenzo Librandi, Feb 09 2012: (Start)
G.f.: -8*x*(7 + 10*x - x^2)/(x - 1)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
From Amiram Eldar, Mar 05 2023: (Start)
Sum_{n>=1} 1/a(n) = (1 - cot(Pi/(2*sqrt(2)))*Pi/(2*sqrt(2)))/16.
Sum_{n>=1} (-1)^(n+1)/a(n) = (cosec(Pi/(2*sqrt(2)))*Pi/(2*sqrt(2)) - 1)/16. (End)
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {56, 248, 568}, 50] (* Vincenzo Librandi, Feb 09 2012 *)
PROG
(Magma) I:=[56, 248, 568]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Feb 09 2012
(PARI) for(n=1, 40, print1(64*n^2 - 8", ")); \\ Vincenzo Librandi, Feb 09 2012
CROSSREFS
Sequence in context: A234762 A239597 A259039 * A212778 A205235 A205228
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 20 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 1 08:04 EDT 2024. Contains 373013 sequences. (Running on oeis4.)