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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146313 a(n) = cosh( (2n - 1)*arcsinh(sqrt(2)) )^2 = 1 - cos( (2n - 1)*arcsin(sqrt(3)) )^2 25
3, 243, 23763, 2328483, 228167523, 22358088723, 2190864527283, 214682365584963, 21036680962799043, 2061380051988721203, 201994208413931878803, 19793371044513335401443 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

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

FORMULA

a(n)=A146312(n)+1

a(n) = sin( (2n -1)*arcsin(sqrt(3)) )^2 = 1 + sinh( (2n-1)*arcsinh(sqrt(2)) )^2 [From Artur Jasinski, Oct 30 2008]

MAPLE

A146313 := proc(n) cosh( (2*n - 1)*arcsinh(sqrt(2)) )^2; expand(%) ; simplify(%) ; end proc: # R. J. Mathar, Feb 26 2011

MATHEMATICA

Table[Round[N[Cosh[(2 n - 1) ArcSinh[Sqrt[2]]], 300]^2], {n, 1, 50}] (*Artur Jasinski*)

CROSSREFS

A146311, A146312

Sequence in context: A024044 A069640 A013778 * A092799 A140163 A157573

Adjacent sequences:  A146310 A146311 A146312 * A146314 A146315 A146316

KEYWORD

nonn

AUTHOR

Artur Jasinski, Oct 29 2008

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 24 04:20 EDT 2013. Contains 225613 sequences.