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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152119 A product sequence: a(n)=Product[5 + 4*Cos[k*Pi/n]^2, {k, 1, (n - 1)/2}]. 1
1, 1, 1, 6, 7, 41, 48, 281, 329, 1926, 2255, 13201, 15456, 90481, 105937, 620166, 726103, 4250681, 4976784, 29134601, 34111385, 199691526, 233802911, 1368706081, 1602508992, 9381251041, 10983760033, 64300051206, 75283811239 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

a(n)=Product[5 + 4*Cos[k*Pi/n]^2, {k, 1, (n - 1)/2}].

MATHEMATICA

a = Table[Product[5 + 4*Cos[k*Pi/n]^2, {k, 1, (n - 1)/2}], {n, 0, 30}]; Round[%] FullSimplify[ExpandAll[a]]

Denominator[NestList[(5/(5+#))&, 0, 60]] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 13 2010]

CROSSREFS

Sequence in context: A175167 A027021 A013627 * A041080 A042091 A047181

Adjacent sequences:  A152116 A152117 A152118 * A152120 A152121 A152122

KEYWORD

nonn

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Nov 24 2008

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 February 15 23:53 EST 2012. Contains 205860 sequences.