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.

A245395 Where record values occur in A125717.

This page as a plain text file.
%I A245395 #5 Jul 22 2014 08:28:58
%S A245395 0,1,2,3,5,6,7,9,11,13,15,17,19,20,22,23,25,27,29,31,33,34,36,38,40,
%T A245395 42,44,46,48,50,52,54,55,56,60,83,106,107,111,115,148,157,161,165,169,
%U A245395 172,173,186,192,250,256,258,264,268,272,276,280,284,287,289
%N A245395 Where record values occur in A125717.
%C A245395 A245394(n) = A125717(a(n)) and A125717(m) < A245394(n) for m < a(n).
%H A245395 Reinhard Zumkeller, <a href="/A245395/b245395.txt">Table of n, a(n) for n = 1..2562</a>, positions of record values < 10^8
%o A245395 (Haskell)
%o A245395 a245395 n = a245395_list !! (n-1) -- a245395_list is defined in A245394.
%Y A245395 Cf. A125717, A245394, A245340, A064227.
%K A245395 nonn
%O A245395 1,3
%A A245395 _Reinhard Zumkeller_, Jul 21 2014