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 A287925 #11 Jun 02 2025 12:22:27 %S A287925 32,97,641,2417,14657,28577,83537,130337,279857,707297,923537,1874177, %T A287925 2825777,3418817,4879697,7890497,12117377,13845857,20151137,25411697, %U A287925 28398257,38950097,47458337,62742257,88529297,104060417,112550897,131079617,141158177 %N A287925 a(n) = prime(1)^4 + prime(n)^4. %F A287925 a(n) = 2^4 + prime(n)^4. %t A287925 Table[Prime[n]^4+2^4, {n, 29}] %t A287925 Prime[Range[30]]^4+16 (* _Harvey P. Dale_, May 23 2024 *) %Y A287925 Cf. A030514, A287922. %K A287925 nonn,easy %O A287925 1,1 %A A287925 _XU Pingya_, Jun 03 2017