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!)
A216450 a(n) = -10*a(n-1) - 3*a(n-2) + a(n-3) with a(0) = 3, a(1) = -10, and a(2) = 94. 4
3, -10, 94, -907, 8778, -84965, 822409, -7960417, 77051978, -745816120, 7219044849, -69875948152, 676356530853, -6546718419225, 63368238651539, -613365874726862, 5937007312894778, -57466607266115655, 556241684847745354, -5384080019366211797 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = (a/b)^n + (b/c)^n + (c/a)^n, where a = cos(Pi/13) + cos(5*Pi/13), b = cos(3*Pi/13) + cos(11*Pi/13), and c = cos(7*Pi/13) + cos(9*Pi/13).
The Berndt-type sequence number 11 for the argument 2Pi/13. I am very grateful to Sergey Markelov and LiveJournal for his and its respectively inspiration for creating this sequence.
LINKS
Sergey Markelov, Identity for Pi/19 cosines with cube roots, LiveJournal for Mathematics in Russian, 2012 (in Russian).
FORMULA
a(n) = -10*a(n-1)-3*a(n-2)+a(n-3). G.f.: -(3*x^2+20*x+3) / (x^3-3*x^2-10*x-1). - Colin Barker, Jun 01 2013
MATHEMATICA
LinearRecurrence[{-10, -3, 1}, {3, -10, 94}, 20] (* T. D. Noe, Sep 17 2012 *)
CROSSREFS
Sequence in context: A225505 A073733 A005205 * A181079 A240512 A065924
KEYWORD
sign,easy
AUTHOR
Roman Witula, Sep 15 2012
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 April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)