|
Search: id:A145188
|
|
|
| A145188 |
|
Continued cotangent recurence a(n+1)=a(n)^3+3*a(n) and a(1)=14 |
|
+0 10
|
|
| 14, 2786, 21624372014, 10111847525912679844192131854786, 10339309530432906268255878385287113181503000408750293418931990680781855108025651\ 66824630504014
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
General formula for continued cotangent recurences type:
a(n+1)=a(n)3+3*a(n) and a(1)=k is following:
a(n)=Floor[((k+Sqrt[k^2+4])/2)^(3^(n-1))]
k=1 see A006267
k=2 see A006266
k=3 see A006268
k=4 see A006267(n+1)
k=5 see A006269
k=6 see A145180
k=7 see A145181
k=8 see A145182
k=9 see A145183
k=10 see A145184
k=11 see A145185
k=12 see A145186
k=13 see A145187
k=14 see A145188
k=15 see A145189
Essentially the same as A006266. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 18 2009]
|
|
FORMULA
|
a(n+1)=a(n)3+3*a(n) and a(1)=14
a(n)=Floor[((14+Sqrt[14^2+4])/2)^(3^(n-1))]
|
|
MATHEMATICA
|
a = {}; k = 14; Do[AppendTo[a, k]; k = k^3 + 3 k, {n, 1, 6}]; a
or
Table[Floor[((14 + Sqrt[200])/2)^(3^(n - 1))], {n, 1, 5}] (*Artur Jasinski*)
|
|
CROSSREFS
|
A006267, A006266, A006268, A006269, A145180, A145181, A145182, A145183, A145184, A145185, A145186, A145187, A145188, A145189
Sequence in context: A080690 A079918 A013719 this_sequence A064075 A157824 A159372
Adjacent sequences: A145185 A145186 A145187 this_sequence A145189 A145190 A145191
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Oct 03 2008
|
|
|
Search completed in 0.002 seconds
|