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!)
A110757 a(n) = number of divisors of N, where N = reverse concatenation of 1,2,3,...,n. 5
1, 4, 4, 4, 8, 4, 4, 12, 18, 8, 4, 8, 8, 16, 48, 16, 96, 576, 16, 32, 16, 32, 16, 32, 64, 256, 96, 32, 128, 256, 8, 64, 32, 128, 384, 144, 16, 8, 64, 32, 256, 64, 8, 192, 96, 32, 128, 128, 8, 64, 8, 128, 1280, 2560, 8, 24, 16, 64, 8, 8, 32, 384, 48, 64, 128, 128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000005(A000422(n)). - Jinyuan Wang, May 23 2020
EXAMPLE
a(3) = tau(321) = 4.
MATHEMATICA
s = ""; Do[s = ToString[n] <> s; Print[DivisorSigma[0, ToExpression[s]]], {n, 1, 45}] (* Ryan Propper, Sep 23 2005 *)
Table[DivisorSigma[0, FromDigits[Flatten[IntegerDigits/@Range[n, 1, -1]]]], {n, 50}] (* The program takes a long time to run. *) (* Harvey P. Dale, Jun 06 2018 *)
CROSSREFS
Sequence in context: A342484 A105352 A132200 * A167184 A276113 A232406
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Aug 11 2005
EXTENSIONS
More terms from Ryan Propper, Sep 23 2005
a(46)-a(66) from Jinyuan Wang, May 23 2020
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)