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”).

A249426
Record values in A249150.
4
0, 1, 3, 5, 9, 11, 15, 17, 21, 27, 29, 35, 39, 41, 45, 51, 57, 59, 62, 65, 69, 71, 77, 79, 81, 83, 87, 89, 95, 99, 101, 104, 105, 107, 111, 118, 125, 129, 131, 135, 137, 143, 147, 149, 153, 155, 159, 161, 164, 165, 167, 171, 177, 179, 181, 189, 191, 194, 195, 197, 199, 207, 209, 219, 221, 225, 227, 231, 237, 239, 249, 255
OFFSET
1,3
LINKS
FORMULA
a(n) = A249150(A249425(n)).
a(n) = A249427(n) - 1.
PROG
(Scheme) (define (A249426 n) (A249150 (A249425 n)))
CROSSREFS
One less than A249427.
Differs from A040976 a(n) = prime(n) - 2 for the first time at n=19, where a(n) = 62, while A040976(19) = 65. And larger terms differs only a few times.
Sequence in context: A227157 A024896 A160771 * A040976 A268174 A166104
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 28 2014
STATUS
approved