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.

A294357 Smallest odd number that can be expressed in more ways by sums of 3 odd primes p+q+r with p <= q <= r than any smaller odd number.

Original entry on oeis.org

9, 13, 17, 21, 25, 27, 29, 33, 37, 39, 45, 47, 51, 53, 63, 65, 71, 77, 83, 89, 95, 101, 107, 113, 119, 125, 131, 137, 143, 149, 161, 167, 173, 185, 191, 197, 203, 209, 215, 221, 227, 233, 239, 245, 247, 251, 257, 269, 277, 281, 287, 293, 299
Offset: 1

Views

Author

Hugo Pfoertner, Oct 29 2017

Keywords

Comments

Position of n-th record in A007963 converted to actual odd number for which the record is achieved.
The corresponding records of numbers of representations are provided in A294358.
Empirically mod(a(n),6) = 5 for all a(n) > 63 and mod(a(n),30) != 5 for all a(n) > 425.

Crossrefs

Formula

a(1)=9 because 9 = 3+3+3 is the smallest number that can be represented as sum of 3 odd primes.
a(13)=51 because A007963(25) = A007963((51-1)/2) = 14 is the 13th record in A007963.