OFFSET
1,2
COMMENTS
All numbers generated by the irreducible polynomial 2n^3 - 2n + 9 (A127989) are odd multiples of 3.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
FORMULA
MATHEMATICA
a = {}; Do[AppendTo[a, 2n^3 - 2n + 9], {n, 1, 300}]; b = {}; Do[c = FactorInteger[a[[n]]]; d = Length[c]; AppendTo[b, d], {n, 1, Length[a]}]; b
Table[PrimeNu[2n^3-2n+9], {n, 120}] (* Harvey P. Dale, Sep 24 2021 *)
PROG
(PARI) a(n)=omega(2*n^3 - 2*n + 9) \\ Charles R Greathouse IV, Mar 13 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Feb 10 2007
STATUS
approved