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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152144 An 8th-degree product form sequence: a(n)=Product[(1 + 4*Sin[k*Pi/n]^2 + 16*Sin[k*Pi/n]^4 + 64*Sin[k*Pi/n]^6 + 256*Sin[k*Pi/n]^8), {k, 1, Floor[(n - 1)/2]}]. 0
1, 1, 1, 121, 31, 2501, 605, 51941, 13361, 1176241, 302621, 26454781, 6770555, 590741581, 151200251, 13200630641, 3380212751, 295159215856, 75579365455, 6599238200081, 1689760311371, 147540134993141, 37778247366211 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

MATHEMATICA

f[n_] =Product[(1 + 4*Sin[k*Pi/n]^2 + 16*Sin[k*Pi/n]^4 + 64*Sin[k*Pi/n]^6 + 256*Sin[k*Pi/n]^8), {k, 1, Floor[(n - 1)/2]}]; a = Table[f[n], {n, 0, 30}]; Round[a]; FullSimplify[ExpandAll[a]]

CROSSREFS

Sequence in context: A014756 A014748 A197817 * A202003 A109838 A014734

Adjacent sequences:  A152141 A152142 A152143 * A152145 A152146 A152147

KEYWORD

nonn

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Nov 26 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 10:28 EST 2012. Contains 205763 sequences.