Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090249
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090249 a(n) =28a(n-1) - a(n-2), starting with a(0) = 2 and a(1) = 28. +0
2
2, 28, 782, 21868, 611522, 17100748, 478209422, 13372763068, 373959156482, 10457483618428, 292435582159502, 8177738816847628, 228684251289574082, 6394981297291226668, 178830792072864772622, 5000867196742922406748 (list; graph; listen)
OFFSET

0,1

COMMENT

a(n+1)/a(n) converges to (14+sqrt(195)) =27.96424004... Lim a(n)/a(n+1) as n approaches infinity = 0.03575995... = 1/(14+sqrt(195)) = (14-sqrt(195)). Lim a(n+1)/a(n) as n approaches infinity = 27.96424004... = (14+sqrt(195)) = 1/(14-sqrt(195)). Lim a(n)/a(n+1) = 28 - Lim a(n+1)/a(n).

LINKS

Tanya Khovanova, Recursive Sequences

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

FORMULA

a(n) =28a(n-1) - a(n-2), starting with a(0) = 2 and a(1) = 28. a(n) = (14+sqrt(195))^n + (14-sqrt(195))^n. (a(n))^2 =a(2n)+2.

EXAMPLE

a(4) = 611522 = 28a(3) - a(2) = 28*21868 - 782 =(14+sqrt(195))^4 + (14-sqrt(195))^4 =611521.999998364 + 0.000001635 =611522.

MATHEMATICA

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

PROGRAM

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

CROSSREFS

Cf. A053204, A063872.

Adjacent sequences: A090246 A090247 A090248 this_sequence A090250 A090251 A090252

Sequence in context: A012745 A098631 A089836 this_sequence A009256 A012725 A012756

KEYWORD

easy,nonn

AUTHOR

Nikolay V. Kosinov (kosinov(AT)unitron.com.ua), Jan 24 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 October 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research