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.

A001750 Primes multiplied by 5.

This page as a plain text file.
%I A001750 #28 Feb 05 2024 00:52:49
%S A001750 10,15,25,35,55,65,85,95,115,145,155,185,205,215,235,265,295,305,335,
%T A001750 355,365,395,415,445,485,505,515,535,545,565,635,655,685,695,745,755,
%U A001750 785,815,835,865,895,905,955,965,985,995,1055,1115,1135,1145,1165,1195
%N A001750 Primes multiplied by 5.
%H A001750 T. D. Noe, <a href="/A001750/b001750.txt">Table of n, a(n) for n = 1..10000</a>
%t A001750 Prime[Range[22]]*5 (* _Vladimir Joseph Stephan Orlovsky_, Apr 29 2008 *)
%o A001750 (Magma) [5*p: p in PrimesUpTo(300)]; // _Vincenzo Librandi_, Mar 27 2014
%Y A001750 Cf. A000040.
%K A001750 nonn,easy
%O A001750 1,1
%A A001750 _N. J. A. Sloane_