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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152118 Quadratic product sequence: a(n)=Product[4 + 4*Cos[k*Pi/n]^2, {k, 1, (n - 1)/2}. 0
1, 1, 1, 5, 6, 29, 35, 169, 204, 985, 1189, 5741, 6930, 33461, 40391, 195025, 235416, 1136689, 1372105, 6625109, 7997214, 38613965, 46611179, 225058681, 271669860, 1311738121, 1583407981, 7645370045, 9228778026, 44560482149, 53789260175 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Sequence of products: Product[m + 4*Cos[k*Pi/n]^2, {k, 1, (n - 1)/2}; m=1,2,3,4->A000045,A002530,A136211 and this one.

Apparently the same as A041011 after the initial term. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 27 2008]

FORMULA

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

MATHEMATICA

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

CROSSREFS

A000045, A002530, A136211

Sequence in context: A115761 A127040 A041011 * A041056 A042643 A047179

Adjacent sequences:  A152115 A152116 A152117 * A152119 A152120 A152121

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 14 22:37 EST 2012. Contains 205679 sequences.