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!)
A076888 a(n) is the number of divisors of the n-th positive palindromic number. 8
1, 2, 2, 3, 2, 4, 2, 4, 3, 2, 4, 4, 6, 4, 8, 4, 8, 6, 2, 4, 3, 2, 4, 2, 4, 6, 2, 2, 4, 6, 8, 8, 6, 18, 4, 10, 8, 6, 4, 2, 4, 6, 4, 2, 6, 2, 2, 4, 6, 12, 8, 8, 12, 4, 10, 8, 9, 8, 4, 4, 12, 4, 4, 8, 4, 6, 12, 8, 8, 16, 4, 12, 8, 10, 12, 9, 8, 16, 4, 4, 2, 4, 6, 2, 4, 8, 2, 2, 8, 4, 18, 4, 10, 16, 12, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000005(A002113(n+1)).
EXAMPLE
a(11) = 4 because there are 4 divisors of 11th positive palindromic number (i.e., 22).
MATHEMATICA
palQ[n_]:=Module[{idn=IntegerDigits[n]}, idn==Reverse[idn]]; DivisorSigma[ 0, #]&/@ Select[Range[1000], palQ] (* Harvey P. Dale, Nov 29 2014 *)
CROSSREFS
Sequence in context: A339915 A306509 A083867 * A357171 A355698 A087990
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Nov 25 2002
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 15 23:55 EDT 2024. Contains 371696 sequences. (Running on oeis4.)