OFFSET
1,1
REFERENCES
P. Hoffman, Archimedes' Revenge, Penguin Books 1988, pp. 39-40.
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..1000
H. Dubner, Generalized Cullen numbers, J. Rec. Math., 21 (No. 3, 1989), 190-191. (Annotated scanned copy)
MATHEMATICA
Select[Table[3 n^2 - 3 n + 23, {n, 60}], PrimeQ] (* Vincenzo Librandi, Mar 20 2013 *)
PROG
(Magma) [a: n in [1..60] | IsPrime(a) where a is 3*n^2-3*n+23]; // Vincenzo Librandi, Mar 20 2013
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved