login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A151797
Numbers which belong to just one of the two sequences A030229, A161918.
2
1, 8, 210, 330, 390, 462, 510, 546, 570, 690, 714, 770, 798, 858, 870, 910, 930, 966, 1110, 1122, 1155, 1190, 1218, 1230, 1254, 1290, 1302, 1326, 1330, 1365, 1410, 1430, 1482, 1518, 1554, 1590, 1610, 1722, 1770, 1785, 1794, 1806, 1830, 1870, 1914, 1938, 1974
OFFSET
1,2
PROG
(PARI) for(n=1, 2000, isA030229(n) != isA161918(n) &&print1(n", "))
CROSSREFS
Sequence in context: A294970 A275286 A255854 * A279464 A197596 A197980
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jun 27 2009
STATUS
approved