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.

A160553 Numbers n not of the form 7k+4 such that A000041(49n+47) == 0 (mod 343).

This page as a plain text file.
%I A160553 #11 Feb 02 2018 02:34:46
%S A160553 36,37,55,70,79,84,93,99,105,111,118,128,134,138,140,149,156,161,163,
%T A160553 168,174,180,185,199,208,230,240,245,247,254,255,257,260,278,282,283,
%U A160553 289,299,300,301,331,363,365,376,377,384,385,387,397,400
%N A160553 Numbers n not of the form 7k+4 such that A000041(49n+47) == 0 (mod 343).
%H A160553 Watson, G. N., <a href="http://resolver.sub.uni-goettingen.de/purl?GDZPPN002174499">Ramanujans Vermutung ueber Zerfaellungsanzahlen</a>. J. Reine Angew. Math. (Crelle), 179 (1938), 97-128. See p. 128.
%o A160553 (PARI) for(n=1,10^3, if(n%7==4,next); if( numbpart(49*n+47)%343==0, print1(n,", ")) ) \\ _Max Alekseyev_, Feb 13 2012
%K A160553 nonn
%O A160553 1,1
%A A160553 _N. J. A. Sloane_, Nov 14 2009
%E A160553 Watson found the terms 36, 37, 55 via A002300.
%E A160553 Extended to a(24)=199 using Watson's method (but with Maple's help) by _N. J. A. Sloane_, Nov 14 2009
%E A160553 Terms a(25) onward from _Max Alekseyev_, Feb 13 2012