Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090728
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090728 a(n) = 20a(n-1) - a(n-2), starting with a(0) = 2 and a(1) = 20. +0
2
2, 20, 398, 7940, 158402, 3160100, 63043598, 1257711860, 25091193602, 500566160180, 9986232009998, 199224074039780, 3974495248785602, 79290680901672260, 1581839122784659598, 31557491774791519700 (list; graph; listen)
OFFSET

0,1

LINKS

Tanya Khovanova, Recursive Sequences

Index entries for recurrences a(n) = k*a(n - 1) +/- a(n - 2)

FORMULA

a(n) = p^n + q^n, where p = 10 + 3sqrt(11) and q = 10 - 3sqrt(11). - Tanya Khovanova (tanyakh(AT)yahoo.com), Feb 06 2007

G.f.: (2-20*x)/(1-20*x+x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 02 2008]

MATHEMATICA

a[0] = 2; a[1] = 20; a[n_] := 20a[n - 1] - a[n - 2]; Table[ a[n], {n, 0, 15}] (from Robert G. Wilson v Jan 30 2004)

PROGRAM

sage: [lucas_number2(n, 20, 1) for n in xrange(0, 20)] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 27 2008

CROSSREFS

Cf. A080959, A037035, A054877.

Cf. A001085 .

Sequence in context: A084948 A009236 A078698 this_sequence A090309 A002116 A058346

Adjacent sequences: A090725 A090726 A090727 this_sequence A090729 A090730 A090731

KEYWORD

easy,nonn

AUTHOR

Nikolay V. Kosinov (kosinov(AT)unitron.com.ua), Jan 18 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 30 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 3 16:57 EST 2008. Contains 151279 sequences.


AT&T Labs Research