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!)
A157909 a(n) = 81*n^2 - 9. 3
72, 315, 720, 1287, 2016, 2907, 3960, 5175, 6552, 8091, 9792, 11655, 13680, 15867, 18216, 20727, 23400, 26235, 29232, 32391, 35712, 39195, 42840, 46647, 50616, 54747, 59040, 63495, 68112, 72891, 77832, 82935, 88200, 93627, 99216, 104967, 110880, 116955, 123192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (18*n^2 - 1)^2 - (81*n^2 - 9)*(2*n)^2 = 1 can be written as A157910(n)^2 - a(n)*A005843(n)^2 = 1. - Vincenzo Librandi, Feb 08 2012
LINKS
Vincenzo Librandi, X^2-AY^2=1, Math Forum, 2007. [Wayback Machine link]
FORMULA
From Vincenzo Librandi, Feb 08 2012: (Start)
G.f.: -9*x*(8 + 11*x - x^2)/(x - 1)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
From Amiram Eldar, Mar 07 2023: (Start)
Sum_{n>=1} 1/a(n) = 1/18 - Pi/(54*sqrt(3)).
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi/(27*sqrt(3)) - 1/18. (End)
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {72, 315, 720}, 50] (* Vincenzo Librandi, Feb 08 2012 *)
81*Range[40]^2-9 (* Harvey P. Dale, Oct 14 2023 *)
PROG
(Magma) I:=[72, 315, 720]; [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 08 2012
(PARI) for(n=1, 40, print1(81*n^2 - 9", ")); \\ Vincenzo Librandi, Feb 08 2012
CROSSREFS
Sequence in context: A205627 A234217 A234210 * A107314 A223472 A090788
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 09 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 27 15:53 EDT 2024. Contains 372019 sequences. (Running on oeis4.)