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.

A118754 Smallest prime >= 5*n.

This page as a plain text file.
%I A118754 #25 Nov 29 2024 15:46:16
%S A118754 2,5,11,17,23,29,31,37,41,47,53,59,61,67,71,79,83,89,97,97,101,107,
%T A118754 113,127,127,127,131,137,149,149,151,157,163,167,173,179,181,191,191,
%U A118754 197,211,211,211,223,223,227,233,239,241,251,251,257,263,269,271,277,281
%N A118754 Smallest prime >= 5*n.
%H A118754 Harvey P. Dale, <a href="/A118754/b118754.txt">Table of n, a(n) for n = 0..1000</a>
%F A118754 a(n) = A007918(A008587(n)). - _Michel Marcus_, Feb 13 2021
%t A118754 Table[If[PrimeQ[5n],5n,NextPrime[5n]],{n,0,60}] (* _Harvey P. Dale_, Nov 29 2024 *)
%o A118754 (PARI) a(n) = nextprime(5*n); \\ _Michel Marcus_, Feb 13 2021
%Y A118754 Cf. A007918, A008587, A060308, A060264, A118747-A118755.
%K A118754 easy,nonn
%O A118754 0,1
%A A118754 _Jonathan Vos Post_, Apr 29 2006