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!)
A158551 a(n) = 26*n^2 - 1. 2
25, 103, 233, 415, 649, 935, 1273, 1663, 2105, 2599, 3145, 3743, 4393, 5095, 5849, 6655, 7513, 8423, 9385, 10399, 11465, 12583, 13753, 14975, 16249, 17575, 18953, 20383, 21865, 23399, 24985, 26623, 28313, 30055, 31849, 33695, 35593, 37543, 39545, 41599, 43705 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (26*n^2 - 1)^2 - (169*n^2 - 13)*(2*n)^2 = 1 can be written as a(n)^2 - A158550(n)*A005843(n)^2 = 1.
LINKS
FORMULA
G.f.: x*(-25 - 28*x + x^2)/(x-1)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
From Amiram Eldar, Mar 07 2023: (Start)
Sum_{n>=1} 1/a(n) = (1 - cot(Pi/sqrt(26))*Pi/sqrt(26))/2.
Sum_{n>=1} (-1)^(n+1)/a(n) = (cosec(Pi/sqrt(26))*Pi/sqrt(26) - 1)/2. (End)
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {25, 103, 233}, 40] (* Vincenzo Librandi, Feb 14 2012 *)
PROG
(Magma) I:=[25, 103, 233]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+Self(n-3): n in [1..50]]; // Vincenzo Librandi, Feb 14 2012
(PARI) for(n=1, 40, print1(26*n^2-1", ")); \\ Vincenzo Librandi, Feb 14 2012
CROSSREFS
Sequence in context: A042220 A114254 A042222 * A044276 A044657 A160437
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 21 2009
EXTENSIONS
Comment rewritten by R. J. Mathar, Oct 16 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 April 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)