OFFSET
1,2
MATHEMATICA
Select[Table[n (5n-3)/2, {n, 4000}], AllTrue[IntegerDigits[#], OddQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Feb 28 2015 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 03 2006
EXTENSIONS
Corrected by Harvey P. Dale, Feb 28 2015
STATUS
approved