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.

A115732 n-th prime prime(n) repeated (prime(n)-n) times.

This page as a plain text file.
%I A115732 #10 Feb 24 2025 06:53:06
%S A115732 2,3,5,5,7,7,7,11,11,11,11,11,11,13,13,13,13,13,13,13,17,17,17,17,17,
%T A115732 17,17,17,17,17,19,19,19,19,19,19,19,19,19,19,19,23,23,23,23,23,23,23,
%U A115732 23,23,23,23,23,23,23,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29
%N A115732 n-th prime prime(n) repeated (prime(n)-n) times.
%t A115732 Flatten@Table[Prime[n], {n, 10}, {Prime[n]-n}]
%Y A115732 Cf. A000040, A014689, A063905.
%K A115732 nonn,less
%O A115732 1,1
%A A115732 _Zak Seidov_, Jan 30 2006