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!)
A152120 a(n) = 2^n * Product_{k=1..(n-1)/2} (2 + 3*cos(k*Pi/n)^2). 0
1, 2, 4, 22, 56, 290, 748, 3862, 9968, 51458, 132820, 685654, 1769768, 9136034, 23581372, 121733590, 314211296, 1622045954, 4186725796, 21613041046, 55786259480, 287984161058, 743327100556, 3837260885398, 9904503072464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Colin Barker, Jan 05 2014: (Start)
Conjecture: a(n) = 14*a(n-2) - 9*a(n-4) for n > 4.
G.f.: (9*x^4-6*x^3-10*x^2+2*x+1) / (9*x^4-14*x^2+1). (End)
MATHEMATICA
a = Table[2^n*Product[2 + 3*Cos[k*Pi/n]^2, {k, 1, (n - 1)/2}], {n, 0, 30}]; Round[%] FullSimplify[ExpandAll[a]]
CROSSREFS
Sequence in context: A348785 A067654 A271944 * A072355 A134246 A254867
KEYWORD
nonn
AUTHOR
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)