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!)
A062913 Non-palindromic number and its reversal are both multiples of 14. 0

%I #5 Jun 24 2014 01:08:17

%S 2072,2254,2436,2520,2590,2618,2688,2702,2954,4074,4256,4340,4438,

%T 4522,4592,4704,4956,6076,6160,6258,6342,6524,6594,6706,6860,6958,

%U 8078,8162,8344,8526,8596,8610,8680,8708,8862,20020,20090,20118,20188,20272

%N Non-palindromic number and its reversal are both multiples of 14.

%e 2254 and 4522 are both multiples of 14.

%o (ARIBAS): n := 14; stop := 20700; m := 0; while m < stop do rev := int_reverse(m); if m <> rev and rev mod n = 0 then write(m," "); end; inc(m,n); end;

%K nonn,base,easy

%O 1,1

%A _Amarnath Murthy_, Jul 01 2001

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

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 24 17:10 EDT 2024. Contains 371962 sequences. (Running on oeis4.)