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.

A194945 Position of records in A034693.

This page as a plain text file.
%I A194945 #17 May 07 2023 10:04:11
%S A194945 1,3,7,17,19,59,159,227,317,361,521,1637,1691,1997,2053,3833,5207,
%T A194945 21209,62809,152351,170167,424783,860831,1415551,2679809,4722079,
%U A194945 6238447,7050811,17886697,27507569,30581429,57868997,127813579,154641337,1101795593,11907340427
%N A194945 Position of records in A034693.
%H A194945 Charles R Greathouse IV, <a href="/A194945/b194945.txt">Table of n, a(n) for n = 1..40</a>
%F A194945 A194944(n) = A034693(a(n)). - _R. J. Mathar_, May 05 2023
%o A194945 (PARI) A034693(n)=my(k=n+1);while(!isprime(k),k+=n);(k-1)/n
%o A194945 r=0;forstep(n=1,1e9,2,t=A034693(n);if(t>r,r=t;print1(n", ")))
%Y A194945 Cf. A034693, A194944.
%K A194945 nonn
%O A194945 1,2
%A A194945 _Charles R Greathouse IV_, Sep 06 2011
%E A194945 Name corrected by _Peter Munn_, May 04 2023