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!)
A183106 Numbers n such that sum of palindromic divisors of n (A088000(n)) is palindromic. 1
1, 2, 3, 4, 5, 7, 10, 13, 15, 17, 19, 21, 23, 25, 26, 29, 31, 34, 37, 38, 39, 41, 43, 46, 47, 49, 50, 51, 52, 53, 56, 57, 58, 59, 61, 62, 65, 67, 68, 69, 71, 72, 73, 74, 75, 76, 79, 82, 83, 85, 86 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A000005(a(n)) = A183107(n)
EXAMPLE
a(12) = 21; palindromic divisors of 21: 1, 3, 7; their sum is 11 (palindromic number).
MAPLE
isA183106 := proc(n)
isA002113(A088000(n)) ;
end proc:
for n from 1 to 100 do
if isA183106(n) then
printf("%d, ", n) ;
end if;
end do: # R. J. Mathar, Sep 09 2015
CROSSREFS
Sequence in context: A117536 A104665 A094018 * A296610 A071682 A014670
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Dec 25 2010
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 16 07:57 EDT 2024. Contains 371698 sequences. (Running on oeis4.)