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 A304915 #25 Jul 21 2021 15:42:37 %S A304915 1,2,2,172,342,26556,67220,4875160,14125030,973837420,3087573628, %T A304915 204536051176,692771715836,44412235657176,158358513025896, %U A304915 9874709152875568,36706645561910150,2234840966950941260,8601116786415880940,512801585354912006600,2032977466125710169236 %N A304915 Expansion of ((1 + 16*x)/(1 - 16*x))^(1/16). %C A304915 Let ((1 + k*x)/(1 - k*x))^(1/k) = a(0) + a(1)*x + a(2)*x^2 + ... %C A304915 Then n*a(n) = 2*a(n-1) + k^2*(n-2)*a(n-2) for n > 1. %H A304915 Seiichi Manyama, <a href="/A304915/b304915.txt">Table of n, a(n) for n = 0..500</a> %F A304915 n*a(n) = 2*a(n-1) + 16^2*(n-2)*a(n-2) for n > 1. %F A304915 a(n) ~ 2^(4*n + 1/16) / (Gamma(1/16) * n^(15/16)) * (1 - (-1)^n * sqrt(2 - sqrt(2 + sqrt(2))) * 2^(7/8) * Gamma(1/16)^2 / (64*Pi*n^(1/8))). - _Vaclav Kotesovec_, May 21 2018 %t A304915 CoefficientList[Series[((1+16x)/(1-16x))^(1/16),{x,0,30}],x] (* _Harvey P. Dale_, Jul 21 2021 *) %o A304915 (PARI) N=66; x='x+O('x^N); Vec(((1+16*x)/(1-16*x))^(1/16)) %Y A304915 Cf. A063886, A303537, A303538. %K A304915 nonn %O A304915 0,2 %A A304915 _Seiichi Manyama_, May 21 2018