[go: up one dir, main page]

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!)
A341544 a(n) = sqrt( Product_{j=1..n} Product_{k=1..4} (4*sin((2*j-1)*Pi/(2*n))^2 + 4*sin((2*k-1)*Pi/4)^2) ). 1
36, 256, 2916, 38416, 527076, 7311616, 101727396, 1416468496, 19727326116, 274760478976, 3826898412516, 53301739046416, 742397156205156, 10340257357947136, 144021201787572516, 2005956552488017936, 27939370476391960356, 389145229905568604416, 5420093847412497929316 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 19*a(n-1) - 76*a(n-2) + 76*a(n-3) - 19*a(n-4) + a(n-5).
a(n) = 18*a(n-1) - 58*a(n-2) + 18*a(n-3) - a(n-4) + 144.
From Vaclav Kotesovec, Feb 14 2021: (Start)
G.f.: 4*(4 - 67*x + 197*x^2 - 107*x^3 + 9*x^4) / ((1 - x)*(1 - 14*x + x^2)*(1 - 4*x + x^2)).
a(n) = 6 + 4*(2 + sqrt(3))^n + 4*(2 - sqrt(3))^n + (7 + 4*sqrt(3))^n + (7 - 4*sqrt(3))^n. (End)
MATHEMATICA
Table[6 + 4 (2 + Sqrt[3])^n + 4 (2 - Sqrt[3])^n + (7 + 4 Sqrt[3])^n + (7 - 4 Sqrt[3])^n, {n, 1, 20}] // FullSimplify (* Vaclav Kotesovec, Feb 14 2021 *)
PROG
(PARI) default(realprecision, 120);
a(n) = round(sqrt(prod(j=1, n, prod(k=1, 4, 4*sin((2*j-1)*Pi/(2*n))^2+4*sin((2*k-1)*Pi/4)^2))));
CROSSREFS
Column k=4 of A341533.
Sequence in context: A282099 A247840 A017342 * A115332 A133072 A115223
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 14 2021
STATUS
approved

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 August 29 09:35 EDT 2024. Contains 375511 sequences. (Running on oeis4.)