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!)
A158394 729n^2 - 2n. 2
727, 2912, 6555, 11656, 18215, 26232, 35707, 46640, 59031, 72880, 88187, 104952, 123175, 142856, 163995, 186592, 210647, 236160, 263131, 291560, 321447, 352792, 385595, 419856, 455575, 492752, 531387, 571480, 613031, 656040, 700507, 746432 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (729*n-1)^2-(729*n^2-2*n)*(27)^2=1 can be written as A158395(n)^2-a(n)*(27)^2=1.
LINKS
Vincenzo Librandi, X^2-AY^2=1
E. J. Barbeau, Polynomial Excursions, Chapter 10: Diophantine equations (2010), pages 84-85 (row 15 in the first table at p. 85, case d(t) = t*(27^2*t-2)).
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: x*(-727-731*x)/(x-1)^3.
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {727, 2912, 6555}, 50]
Table[729n^2-2n, {n, 40}] (* Harvey P. Dale, May 14 2022 *)
PROG
(Magma) I:=[727, 2912, 6555]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..50]];
(PARI) a(n) = 729*n^2 - 2*n.
CROSSREFS
Cf. A158395.
Sequence in context: A103170 A153215 A129117 * A038600 A157430 A215158
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 18 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 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)