OFFSET
0,3
COMMENTS
Differs from A087121 after 100 terms.
If duplicates are removed we get A051885. - N. J. A. Sloane, Jan 25 2011
LINKS
D. Applegate, C program for lunar arithmetic and number theory [Note: we have now changed the name from "dismal arithmetic" to "lunar arithmetic" - the old name was too depressing]
D. Applegate, M. LeBrun and N. J. A. Sloane, Dismal Arithmetic [Note: we have now changed the name from "dismal arithmetic" to "lunar arithmetic" - the old name was too depressing]
D. Applegate, M. LeBrun, N. J. A. Sloane, Dismal Arithmetic, J. Int. Seq. 14 (2011) # 11.9.8.
MAPLE
(Continuing from A087062) dt := proc(n) local i, t1; t1 := 0; for i from 1 to n do t1 := dadd(t1, i); od: t1; end;
CROSSREFS
KEYWORD
nonn
AUTHOR
Marc LeBrun and N. J. A. Sloane, Oct 19 2003
STATUS
approved