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!)
A158627 a(n) = 484*n^2 - 22. 2
462, 1914, 4334, 7722, 12078, 17402, 23694, 30954, 39182, 48378, 58542, 69674, 81774, 94842, 108878, 123882, 139854, 156794, 174702, 193578, 213422, 234234, 256014, 278762, 302478, 327162, 352814, 379434, 407022, 435578, 465102, 495594, 527054, 559482, 592878 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (44*n^2-1)^2 - (484*n^2-22)*(2*n)^2 = 1 can be written as A158628(n)^2 - a(n)*A005843(n)^2 = 1.
LINKS
Vincenzo Librandi, X^2-AY^2=1, Math Forum, 2007. [Wayback Machine link]
FORMULA
From - Vincenzo Librandi, Feb 17 2012: (Start)
G.f.: 22*x*(-21-24*x+x^2)/(x-1)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
From Amiram Eldar, Mar 16 2023: (Start)
Sum_{n>=1} 1/a(n) = (1 - cot(Pi/sqrt(22))*Pi/sqrt(22))/44.
Sum_{n>=1} (-1)^(n+1)/a(n) = (cosec(Pi/sqrt(22))*Pi/sqrt(22) - 1)/44. (End)
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {462, 1914, 4334}, 50] (* Vincenzo Librandi, Feb 17 2012 *)
PROG
(Magma) I:=[462, 1914, 4334]; [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 17 2012
(PARI) for(n=1, 40, print1(484*n^2-22", ")); \\ Vincenzo Librandi, Feb 17 2012
CROSSREFS
Sequence in context: A222342 A246476 A202642 * A267567 A267557 A154056
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 23 2009
EXTENSIONS
Edited by R. J. Mathar, Jul 26 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 24 15:50 EDT 2024. Contains 371961 sequences. (Running on oeis4.)