login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173133 a(n) = Sinh[(2n-1) ArcSinh[n]]. 8

%I #10 Apr 05 2016 08:47:14

%S 0,1,38,4443,1166876,546365045,400680904674,423859315570607,

%T 611038907405197432,1151555487914640463209,2748476184146759127540190,

%U 8102732939160371170806346243,28915133156938367486730067779348

%N a(n) = Sinh[(2n-1) ArcSinh[n]].

%F a(n) = 1/2 (n - sqrt(1 + n^2))^(2 n - 1) + 1/2 (n + sqrt(1 + n^2))^(2 n - 1). - _Artur Jasinski_, Feb 14 2010

%t Table[Round[Sinh[(2 n - 1) ArcSinh[n]]], {n, 0, 20}] (* _Artur Jasinski_ *)

%t Round[Table[1/2 (n - Sqrt[1 + n^2])^(2 n - 1) + 1/2 (n + Sqrt[1 + n^2])^(2 n - 1), {n, 0, 10}]] (* _Artur Jasinski_, Feb 14 2010 *)

%Y Cf. A058331, A001079, A037270, A071253, A108741, A132592, A146311, A146312, A146313, A173115, A173116, A173121, A173127, A173128, A173129, A173130, A173131.

%K nonn

%O 0,3

%A _Artur Jasinski_, Feb 10 2010

%E Minor edits by _Vaclav Kotesovec_, Apr 05 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 31 03:12 EDT 2024. Contains 374774 sequences. (Running on oeis4.)