login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A263540
Values of k in A263539.
1
1, 1, 1, 1, 1, 17, 25, 37, 265, 5, 93, 2395, 1443, 3935, 2757, 5865
OFFSET
1,6
PROG
(PARI) terms=12; p=1; for(n=1, terms, q=p+2; while(!ispseudoprime(q), q+=2*p); print1((q-2)/p, ", "); p*=q)
CROSSREFS
Sequence in context: A131275 A227238 A294689 * A355769 A183346 A373317
KEYWORD
nonn,hard,more
AUTHOR
Jeppe Stig Nielsen, Oct 20 2015
STATUS
approved