OFFSET
1,1
FORMULA
a(n)=Min{x : A057467(x) is a multiple of 2n}
PROG
(PARI) for(n=1, 50, p=2: np=3: while((np-p)%(2*n)||(nextprime(np+2)-np)%(2*n), p=np: np=nextprime(np+2)): print1(p", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeff Burch, Apr 18 2000
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Nov 09 2000
Corrected and extended by Ralf Stephan, Feb 23 2004
More terms from Olaf Voß, Feb 17 2008
STATUS
approved