This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A363395 #4 Jun 08 2023 08:50:37 %S A363395 0,2,6,2,60,2,42,2,120,6,66,2,5460,2,6,2,4080,2,2394,2,660,2,138,2, %T A363395 10920,10,6,18,1740,2,14322,2,8160,2,6,2,11515140,2,6,2,54120,2,1806, %U A363395 2,1380,6,282,2,371280,14,330,2,3180,2,7182,2,3480,2,354,2,113573460 %N A363395 a(n) = n * Clausen(n, 1) / Clausen(n, 0). %F A363395 a(n) = n * A160014(n, 1) / A160014(n, 0). %p A363395 # Using function 'Clausen' from A160014. %p A363395 a := n -> n * Clausen(n, 1) / Clausen(n, 0): %p A363395 seq(a(n), n = 0..60); %Y A363395 Cf. A160014, A363402, A363403. %K A363395 nonn %O A363395 0,2 %A A363395 _Peter Luschny_, Jun 08 2023