cp's OEIS Frontend

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.

A365169 Numbers that are not the sum of a prime number and a fourth power of a positive integer.

This page as a plain text file.
%I A365169 #7 Aug 30 2023 21:28:04
%S A365169 1,2,5,7,9,10,11,13,15,16,17,22,25,26,28,31,34,36,37,40,41,43,46,49,
%T A365169 50,51,52,55,56,58,61,64,65,66,67,70,71,73,76,78,79,81,82,85,91,93,96,
%U A365169 97,101,103,106,107,109,111,115,116,120,121,126,127,130,131,133,135
%N A365169 Numbers that are not the sum of a prime number and a fourth power of a positive integer.
%t A365169 nmax = 138; Position[CoefficientList[Series[Sum[x^Prime[i], {i, 1, nmax}] Sum[x^j^4, {j, 1, nmax^(1/4)}], {x, 0, nmax}], x] // Rest, 0] // Flatten
%Y A365169 Cf. A064233, A211167, A365166, A365167, A365168.
%K A365169 nonn
%O A365169 1,2
%A A365169 _Ilya Gutkovskiy_, Aug 24 2023