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.

A363711 Number of ways to write n as sum of a positive square and a positive fourth power.

This page as a plain text file.
%I A363711 #12 Jun 17 2023 10:01:47
%S A363711 0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,2,0,0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,
%T A363711 0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,
%U A363711 0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,1,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,1
%N A363711 Number of ways to write n as sum of a positive square and a positive fourth power.
%F A363711 G.f.: (Sum_{k>=1} x^(k^2)) * (Sum_{k>=1} x^(k^4)).
%Y A363711 Cf. A010052, A063725, A078359, A363713.
%Y A363711 Cf. A111925, A363714.
%K A363711 nonn,easy
%O A363711 1,17
%A A363711 _Seiichi Manyama_, Jun 17 2023