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.

A214440 Indices n for which A046825(n) is not larger than A046825(n-1).

This page as a plain text file.
%I A214440 #5 Jul 19 2012 06:13:03
%S A214440 4,8,15,16,20,24,32,34,44,48,50,56,64,68,74,75,76,80,84,85,92,95,98,
%T A214440 104,114,116,128,132,140,144,146,152,154,160,164,170,176,184,186,194,
%U A214440 200,202,204,208,212,216,218,220,224,234,236,244,248,256,258,260,264,266,272
%N A214440 Indices n for which A046825(n) is not larger than A046825(n-1).
%o A214440 (PARI) m=0;for(n=1,9999,(m+0>=m=A046825(n))&print1(n","))
%Y A214440 See A214432 for the indices where A046825 sets a new record.
%K A214440 nonn
%O A214440 1,1
%A A214440 _M. F. Hasler_, Jul 17 2012