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.

Showing 1-2 of 2 results.

A323701 a(n) is the number of primes p such that A007504(n) <= p < A007504(n+1).

Original entry on oeis.org

2, 2, 2, 3, 3, 4, 5, 4, 6, 6, 7, 7, 8, 7, 9, 10, 10, 8, 12, 12, 11, 12, 12, 15, 14, 14, 14, 14, 17, 17, 16, 17, 19, 19, 22, 16, 24, 21, 20, 20, 20, 28, 22, 26, 21, 24, 28, 23, 31, 23, 30, 28, 28, 32, 28, 31, 30, 27, 35, 30, 32, 31, 38, 34, 38, 36, 36, 37, 35, 35
Offset: 1

Views

Author

David James Sycamore, Jan 24 2019

Keywords

Comments

Corresponds to the number of terms in A321578 which are equal to n.

Examples

			a(1)=2 because 2 <= 2, 3 < 5;
a(5)=3 because 28 <= 29, 31, 37 < 41.
		

Crossrefs

Programs

Extensions

More terms from Daniel Suteu, Jan 25 2019

A386515 a(n) is the largest number of distinct primes in a partition of prime(n) into primes.

Original entry on oeis.org

1, 1, 2, 2, 2, 3, 4, 4, 4, 4, 5, 5, 6, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15
Offset: 1

Views

Author

Keywords

Comments

For each prime number prime(n) find all sums of smaller prime numbers which add up to this prime number. Among those sums find the largest number of distinct primes.

Examples

			Examples of such partitions for n = 3..11:
  prime(3) = 5 = 2 + 3 which gives a(3) = 2;
  prime(4) = 7 = 2 + 5 which gives a(4) = 2;
  prime(5) = 11 = 2 + 2 + 2 + 2 + 3 = 3 + 3 + 5 which gives a(5)=2;
  prime(6) = 13 = 2 + 3 + 5 + 3 which gives a(6)=3;
  prime(7) = 17 = 2 + 3 + 5 + 7 which gives a(7)=4;
  prime(8) = 19 = 2 + 3 + 5 + 7 + 2 which gives a(8)=4;
  prime(9) = 23 = 2 + 3 + 5 + 13 which gives a(9)=4;
  prime(10) = 29 = 2 + 3 + 5 + 19 which gives a(10)=4;
  prime(11) = 31 = 2 + 3 + 5 + 7 + 7 + 7 which gives a(11)=4.
		

Crossrefs

Formula

a(n) <= A321578(n). - David A. Corneth, Aug 22 2025

Extensions

More terms from David A. Corneth, Aug 22 2025
Showing 1-2 of 2 results.