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 A329488 #11 Nov 25 2019 01:32:00 %S A329488 1,1,256,625,14641,65536,707281,4100625,33362176,214358881,1568239201, %T A329488 10485760000,73680216481,500246412961,3461445366016,23639287100625, %U A329488 162614549665681,1113034787454976,7639424429247601,52333711181640625 %N A329488 a(n) = A001350(n)^4. %H A329488 Felix Fröhlich, <a href="/A329488/b329488.txt">Table of n, a(n) for n = 1..1000</a> %H A329488 Michael Baake and Franz Gähler, <a href="https://arxiv.org/abs/cond-mat/9809100">Symmetry Structure of the Elser-Sloane Quasicrystal</a>, arXiv:cond-mat/9809100 [cond-mat], 1998. See Table 1. %o A329488 (PARI) a001350(n) = fibonacci(n+1) + fibonacci(n-1) - 1 - (-1)^n %o A329488 a(n) = a001350(n)^4 \\ _Felix Fröhlich_, Nov 24 2019 %Y A329488 Cf. A001350. %K A329488 nonn %O A329488 1,3 %A A329488 _N. J. A. Sloane_, Nov 15 2019