Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145185
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145185 Continued cotangent recurence a(n+1)=a(n)^3+3*a(n) and a(1)=11 +0
10
11, 1364, 2537720636, 16342986943522226847837781364, 43651010437084834946154669322429497071618716597367991440583311023816894007538677\ 00636 (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

FORMULA

a(n+1)=a(n)3+3*a(n) and a(1)=11

a(n)=Floor[((11+Sqrt[11^2+4])/2)^(3^(n-1))]

MATHEMATICA

a = {}; k = 11; Do[AppendTo[a, k]; k = k^3 + 3 k, {n, 1, 6}]; a

or

Table[Floor[((11 + Sqrt[125])/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: A013716 A110195 A015484 this_sequence A015027 A160264 A076168

Adjacent sequences: A145182 A145183 A145184 this_sequence A145186 A145187 A145188

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 03 2008

page 1

Search completed in 0.005 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 November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research