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!)
A158539 a(n) = 121*n^2 - 11. 2
110, 473, 1078, 1925, 3014, 4345, 5918, 7733, 9790, 12089, 14630, 17413, 20438, 23705, 27214, 30965, 34958, 39193, 43670, 48389, 53350, 58553, 63998, 69685, 75614, 81785, 88198, 94853, 101750, 108889, 116270, 123893, 131758, 139865, 148214, 156805, 165638, 174713 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (22*n^2 - 1)^2 - (121*n^2 - 11)*(2*n)^2 = 1 can be written as A158540(n)^2 - a(n)*A005843(n)^2 = 1. - Vincenzo Librandi, Feb 21 2012
LINKS
Vincenzo Librandi, X^2-AY^2=1, Math Forum, 2007. [Wayback Machine link]
FORMULA
From Vincenzo Librandi, Feb 21 2012: (Start)
G.f.: 11*x*(-10 - 13*x + x^2)/(x-1)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
From Amiram Eldar, Mar 06 2023: (Start)
Sum_{n>=1} 1/a(n) = (1 - cot(Pi/sqrt(11))*Pi/sqrt(11))/22.
Sum_{n>=1} (-1)^(n+1)/a(n) = (cosec(Pi/sqrt(11))*Pi/sqrt(11) - 1)/22. (End)
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {110, 473, 1078}, 50] (* Vincenzo Librandi, Feb 21 2012 *)
121 Range[40]^2-11 (* or *) CoefficientList[Series[(11(x^2-13x-10))/(x-1)^3, {x, 0, 40}], x] (* Harvey P. Dale, Aug 16 2021 *)
PROG
(Magma) I:=[110, 473, 1078]; [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 21 2012
(PARI) for(n=1, 40, print1(121*n^2 - 11", ")); \\ Vincenzo Librandi, Feb 21 2012
CROSSREFS
Sequence in context: A028995 A209372 A285984 * A251028 A251021 A251030
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 21 2009
EXTENSIONS
Edited by N. J. A. Sloane, Oct 12 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 8 22:55 EDT 2024. Contains 373227 sequences. (Running on oeis4.)