OFFSET
1,1
COMMENTS
These are the primes that are located between a square number and the following oblong number. - Charles Kusniec, Apr 17 2020
Primes in A063656. - Charles Kusniec, Sep 04 2022
LINKS
Michel Marcus, Table of n, a(n) for n = 1..5000
Piotr Miska and Maciej Ulas, On consecutive 1's in continued fractions expansions of square roots of prime numbers, Experimental Mathematics, 31:1 (2022), 238-251. Also arXiv:1904.03404 [math.NT], 2019.
EXAMPLE
PROG
(PARI) isok(p) = isprime(p) && contfrac(sqrt(p))[2] != 1;
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Apr 11 2019
STATUS
approved