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 A076941 #9 Jan 27 2022 21:04:38 %S A076941 6,18,54,108,486,972,1944,4374,8748,17496,69984,13122,162,52488, %T A076941 209952,839808,354294,708588,1417176,5668704,22674816,45349632, %U A076941 3188646,6377292,12754584,51018336,204073344,408146688,3265173504,258280326,516560652,1033121304 %N A076941 a(n) = 2^A066657(n) * 3^A066658(n). %H A076941 Reinhard Zumkeller, <a href="/A076941/b076941.txt">Table of n, a(n) for n = 0..1000</a> %o A076941 (Haskell) %o A076941 a076941 n = 2 ^ (a066657 n) * 3 ^ (a066658 n) %o A076941 -- _Reinhard Zumkeller_, Nov 19 2013 %Y A076941 Cf. A066657, A066658, A076940. %Y A076941 Cf. A066720, subsequence of A003586. %K A076941 nonn %O A076941 0,1 %A A076941 _Amarnath Murthy_, Oct 19 2002 %E A076941 Edited by _Max Alekseyev_, Aug 11 2013 %E A076941 Offset changed by _Reinhard Zumkeller_, Nov 19 2013