OFFSET
1,2
COMMENTS
It was conjectured that for every prime p there is exactly one integer k such that p = k + floor(log(Pi*k)), but this is not true for the primes in this sequence, the first of which are 19069, 140837, 56812699, ...
(This sequence lists all positive integers that do not occur as values of the function on the right hand side.)
LINKS
Sebastian Martin Ruiz, Pi Conjecture, PrimeNumbersTheory on Groups.io, March 14, 2026.
FORMULA
a(n+1) / a(n) -> e = 2.718281828...
PROG
(PARI)
A393128_first(N)=vector(N, n, if(n>1, N=N*exp(1)\/1-n; n=N+log(N*Pi)\1; until(n+1<n=N+++log(N*Pi)\1, ); n-1, N=1))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Mar 17 2026
STATUS
approved
