|
Search: id:A127814
|
|
|
| A127814 |
|
a(n) = numerator of b(n), where b(1) = 2, b(n) = b(n-1) - 1/b(n-1). |
|
+0 3
|
|
| 2, 3, 5, -11, 779, 497941, 181860254581, 16687694789137362648661, -263439569256003706800705587722279993788907979, 81512663708476146329709015825571064954724426915346799560162522434680208602364731247764459
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Every term of this sequence of numerators is coprime to every other term.
|
|
EXAMPLE
|
The b() sequence is 2, 3/2, 5/6, -11/30, 779/330, 497941/257070, 181860254581/128005692870, ...
|
|
MATHEMATICA
|
f[l_List] := Append[l, l[[ -1]] - 1/l[[ -1]]]; Numerator[Nest[f, {2}, 10]] (*Chandler*)
|
|
CROSSREFS
|
Cf. A127815.
Sequence in context: A137453 A051835 A075883 this_sequence A112978 A002139 A140489
Adjacent sequences: A127811 A127812 A127813 this_sequence A127815 A127816 A127817
|
|
KEYWORD
|
easy,frac,sign
|
|
AUTHOR
|
Leroy Quet (qq-quet(AT)mindspring.com), Jan 30 2007
|
|
EXTENSIONS
|
Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Feb 07 2007
|
|
|
Search completed in 0.002 seconds
|