OFFSET
1,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..3100
H. Dubner, Generalized Cullen numbers, J. Rec. Math., 21 (No. 3, 1989), 190-191. (Annotated scanned copy)
MATHEMATICA
Select[Range[200], !PrimeQ[3 #^2 - 3 # + 23] &] (* Vincenzo Librandi, Jun 08 2017 *)
PROG
(PARI) is(n)=!isprime(3*n^2 - 3*n + 23) \\ Charles R Greathouse IV, Oct 23 2015
(Magma) [n: n in [0..200]| not IsPrime(3*n^2-3*n+23)]; // Vincenzo Librandi, Jun 08 2017
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved