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!)
A090728 a(n) = 20*a(n-1) - a(n-2), starting with a(0) = 2 and a(1) = 20. 2
2, 20, 398, 7940, 158402, 3160100, 63043598, 1257711860, 25091193602, 500566160180, 9986232009998, 199224074039780, 3974495248785602, 79290680901672260, 1581839122784659598, 31557491774791519700, 629567996373045734402, 12559802435686123168340 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Except for the first term, positive values of x (or y) satisfying x^2 - 20xy + y^2 + 396 = 0. - Colin Barker, Feb 28 2014
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = p^n + q^n, where p = 10 + 3*sqrt(11) and q = 10 - 3*sqrt(11). - Tanya Khovanova, Feb 06 2007
G.f.: (2-20*x)/(1-20*x+x^2). - Philippe Deléham, Nov 02 2008
MATHEMATICA
a[0] = 2; a[1] = 20; a[n_] := 20a[n - 1] - a[n - 2]; Table[ a[n], {n, 0, 15}] (* Robert G. Wilson v, Jan 30 2004 *)
PROG
(Sage) [lucas_number2(n, 20, 1) for n in range(0, 20)] # Zerinvary Lajos, Jun 27 2008
(PARI) Vec((2-20*x)/(1-20*x+x^2) + O(x^100)) \\ Colin Barker, Feb 28 2014
CROSSREFS
Cf. A001085.
Sequence in context: A218306 A009236 A078698 * A210896 A090309 A002116
KEYWORD
easy,nonn
AUTHOR
Nikolay V. Kosinov (kosinov(AT)unitron.com.ua), Jan 18 2004
EXTENSIONS
More terms from Robert G. Wilson v, Jan 30 2004
More terms from Colin Barker, Feb 28 2014
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)