[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!)
Revision History for A152192 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A152192 a(n) = Product_{k=1..floor((n-1)/2)} (1 + 4*cos(2*Pi*k/n)^2).
(history; published version)
#33 by Hugo Pfoertner at Sun Oct 17 13:28:54 EDT 2021
STATUS

reviewed

approved

#32 by Joerg Arndt at Sun Oct 17 09:05:47 EDT 2021
STATUS

proposed

reviewed

#31 by Joerg Arndt at Sun Oct 17 06:10:20 EDT 2021
STATUS

editing

proposed

#30 by Joerg Arndt at Sun Oct 17 06:10:10 EDT 2021
MATHEMATICA

Clear[f, n, k]; fa[n_] := Product[(1 + 4*Cos[2*Pi*k/n]^2), {k, 1, Floor[(n - 1)/2]}]; a = Table[N[fa[n]], {n, 0, 30}]

STATUS

proposed

editing

#29 by Michel Marcus at Sun Oct 17 02:37:54 EDT 2021
STATUS

editing

proposed

#28 by Michel Marcus at Sun Oct 17 02:37:49 EDT 2021
COMMENTS

Lim_{n->infinity} sqrt(a(n+2)/a(n)) = (sqrt(5) + 1)/2.

FORMULA

Lim_{n->infinity} sqrt(a(n+2)/a(n)) = (sqrt(5) + 1)/2.

STATUS

proposed

editing

#27 by Wesley Ivan Hurt at Sat Oct 16 21:26:57 EDT 2021
STATUS

editing

proposed

#26 by Wesley Ivan Hurt at Sat Oct 16 21:25:08 EDT 2021
FORMULA

For n> > 0, a(n) = Fibonacci(n) for n odd, and ( Fibonacci(n/2))^)^2 for n even. - Greg Dresden, Oct 16 2021

MATHEMATICA

Join[{1}, Table[If[EvenQ[n], Fibonacci[(n)/2]^2, Fibonacci[n]], {n, 1}, , 30}]] (* _Greg Dresden_, Oct 16 2021 *)

Table[If[EvenQ[n], Fibonacci[(n)/2]^2, Fibonacci[n]], {n, 1, 30}]] (* Greg Dresden, Oct 16 2021 *)

STATUS

proposed

editing

#25 by Greg Dresden at Sat Oct 16 17:31:08 EDT 2021
STATUS

editing

proposed

#24 by Greg Dresden at Sat Oct 16 17:30:41 EDT 2021
FORMULA

For n>0, a(n) = Fibonacci(n) for n odd, and (Fibonacci(n/2))^2 for n even. - Greg Dresden, Oct 16 2021

MATHEMATICA

Join[{1},

Table[If[EvenQ[n], Fibonacci[(n)/2]^2, Fibonacci[n]], {n, 1, 30}]] (* Greg Dresden, Oct 16 2021 *)

STATUS

approved

editing

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 30 04:38 EDT 2024. Contains 375526 sequences. (Running on oeis4.)