OFFSET
1,1
COMMENTS
Positive integers k such that Hypergeometric[k/22,(22-k)/22,1/2,3/4] = 2*cos(Pi/11).
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (1,1,-1).
FORMULA
a(2k-1) = 66*(k-1)+5, a(2k) = 66*(k-1)+17, where k>0.
G.f.: x*(5 + 12*x + 49*x^2)/((1 - x)^2*(1 + x)). - Ilya Gutkovskiy, Dec 06 2016
E.g.f.: 49 + ((66*x - 77)*exp(x) - 21*exp(-x))/2. - David Lovler, Sep 10 2022
MATHEMATICA
Select[Range[1600], MemberQ[{5, 17}, Mod[#, 66]]&] (* Ray Chandler, Dec 06 2016 *)
#+{5, 17}&/@(66*Range[0, 30])//Flatten (* Harvey P. Dale, Mar 26 2019 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Oct 30 2008
EXTENSIONS
Description, formula and crossrefs corrected by Ray Chandler, Dec 06 2016
STATUS
approved