login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173129 a(n)= Cosh[2 n ArcCosh[n]] 9
1, 1, 97, 19601, 7380481, 4517251249, 4097989415521, 5170128475599457, 8661355881006882817, 18605234632923999244961, 49862414878754347585980001, 163104845048002042971670685041, 639582975902942936737758325440001 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..12.

FORMULA

a(n)=(1/2)((x+Sqrt[x^2-1])^(2x)+(x-Sqrt[x^2-1])^(2x)) [From Artur Jasinski, Feb 14 2010]

MATHEMATICA

Table[Round[N[Cosh[2 n ArcCosh[n]], 100]], {n, 0, 20}] (*Artur Jasinski*)

Round[Table[1/2 (x - Sqrt[ -1 + x^2])^(2 x) + 1/2 (x + Sqrt[ -1 + x^2])^(2 x), {x, 0, 10}]] (*Artur Jasinski*) [From Artur Jasinski, Feb 14 2010]

CROSSREFS

A058331 A001079, A037270, A071253, A108741, A132592, A146311, A146312, A146313, A173115, A173116 A173121, A173127, A173128.

Sequence in context: A218232 A219062 A218318 * A173354 A176135 A160489

Adjacent sequences:  A173126 A173127 A173128 * A173130 A173131 A173132

KEYWORD

nonn

AUTHOR

Artur Jasinski, Feb 10 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 19:04 EDT 2013. Contains 225504 sequences.