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

A279538
a(n) = -n^3 + 70*n^2 - 939*n + 2393.
0
2393, 1523, 787, 179, -307, -677, -937, -1093, -1151, -1117, -997, -797, -523, -181, 223, 683, 1193, 1747, 2339, 2963, 3613, 4283, 4967, 5659, 6353, 7043, 7723, 8387, 9029, 9643, 10223, 10763, 11257, 11699, 12083, 12403, 12653, 12827, 12919, 12923, 12833, 12643, 12347
OFFSET
0,1
COMMENTS
The absolute values of the terms a(0) .. a(30) are primes.
MATHEMATICA
Table[-n^3 + 70*n^2 - 939*n + 2393, {n, 0, 42}] (* Georg Fischer, Jan 15 2021 *)
CROSSREFS
Sequence in context: A020428 A253422 A100974 * A098680 A226149 A115931
KEYWORD
sign,easy
AUTHOR
STATUS
approved