login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A089266
Rational knots of determinant 2n+1, counting chiral pairs twice.
1
2, 3, 4, 4, 6, 7, 6, 9, 10, 8, 12, 11, 10, 15, 16, 12, 14, 19, 14, 21, 22, 14, 24, 22, 18, 27, 22, 20, 30, 31, 20, 26, 34, 24, 36, 37, 22, 32, 40, 28, 42, 34, 30, 45, 38, 32, 38, 49, 32, 51, 52, 28, 54, 55, 38, 57, 46, 38, 50, 56, 42, 51, 64, 44, 66, 56
OFFSET
1,1
FORMULA
a(n) = 1/2 * (A037225(n) + A034444(2*n+1)).
MATHEMATICA
a[n_] := (EulerPhi[2*n+1] + 2^PrimeNu[2*n+1])/2; Table[a[n], {n, 1, 66}] (* Jean-François Alcover, Oct 11 2013, after Pari *)
PROG
(PARI) a(n)=(eulerphi(2*n+1)+2^omega(2*n+1))/2
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
Ralf Stephan, Oct 30 2003
STATUS
approved