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!)
A098897 Palindromic deficient numbers. 2
1, 2, 3, 4, 5, 7, 8, 9, 11, 22, 33, 44, 55, 77, 99, 101, 111, 121, 131, 141, 151, 161, 171, 181, 191, 202, 212, 232, 242, 262, 292, 303, 313, 323, 333, 343, 353, 363, 373, 383, 393, 404, 424, 434, 454, 484, 494, 505, 515, 525, 535, 545, 555, 565, 575, 585, 595 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(10)=22 because 22 is the tenth deficient number which is palindromic also.
MATHEMATICA
Select[Range@ 900, And[DivisorSigma[1, #] < 2 #, PalindromeQ@ #] &] (* Michael De Vlieger, Nov 08 2017 *)
PROG
(PARI) isok(n) = (sigma(n) < 2*n) && (d=digits(n)) && (Vecrev(d) == d); \\ Michel Marcus, Nov 08 2017
CROSSREFS
Intersection of A002113 and A005100.
Sequence in context: A080664 A230762 A098776 * A265641 A192140 A084092
KEYWORD
easy,nonn,base
AUTHOR
Shyam Sunder Gupta, Oct 14 2004
STATUS
approved

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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)