login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062902 Number and its reversal are both multiples of 12. 0

%I #13 Sep 08 2022 19:28:42

%S 0,48,84,216,252,276,408,420,444,468,480,612,636,672,696,804,828,840,

%T 864,888,2100,2112,2124,2136,2148,2160,2172,2184,2196,2304,2316,2328,

%U 2340,2352,2364,2376,2388,2508,2520,2532,2544,2556,2568,2580,2592,2700,2712

%N Number and its reversal are both multiples of 12.

%e 216 and 612 are both multiples of 12.

%o (ARIBAS): n := 12; stop := 2800; m := 0; while m < stop do rev := int_reverse(m); if rev mod n = 0 then write(m," "); end; inc(m,n); end;.

%Y Cf. A062897 (2), A062898 (4), A062899 (6), A062900 (8), A062901 (7), A062903 (13), A062904 (14), A062905 (15), A062906 (17), A062907 (19).

%Y Cf. A004086, A008594.

%K nonn,base,easy

%O 1,2

%A _Amarnath Murthy_, Jul 01 2001

%E Corrected and extended by _Dean Hickerson_, Jul 06 2001

%E Offset changed by _Georg Fischer_, Sep 08 2022

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 12:53 EDT 2024. Contains 371780 sequences. (Running on oeis4.)