|
|
A062909
|
|
Non-palindromic number and its reversal are both multiples of 4.
|
|
1
|
|
|
40, 48, 80, 84, 216, 236, 256, 276, 296, 400, 408, 420, 428, 440, 448, 460, 468, 480, 488, 612, 632, 652, 672, 692, 800, 804, 820, 824, 840, 844, 860, 864, 880, 884, 2100, 2104, 2108, 2116, 2120, 2124, 2128, 2132, 2136, 2140, 2144, 2148, 2152, 2156
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Harvey P. Dale, Table of n, a(n) for n = 1..1000
|
|
EXAMPLE
|
48 and 84 are both multiples of 4.
|
|
MATHEMATICA
|
Select[4*Range[600], !PalindromeQ[#]&&Divisible[IntegerReverse[#], 4]&] (* Harvey P. Dale, Apr 26 2022 *)
|
|
CROSSREFS
|
Sequence in context: A179435 A120382 A290017 * A167327 A216305 A173337
Adjacent sequences: A062906 A062907 A062908 * A062910 A062911 A062912
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Amarnath Murthy, Jul 01 2001
|
|
EXTENSIONS
|
More terms from Dean Hickerson, Jul 06, 2001
|
|
STATUS
|
approved
|
|
|
|