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!)
A366898 Number of divisors of n*2^n - 1, the Woodall (or Riesel) numbers. 4
1, 2, 2, 6, 4, 2, 4, 4, 4, 4, 6, 4, 12, 10, 8, 48, 8, 4, 8, 4, 16, 16, 8, 8, 4, 8, 8, 16, 24, 2, 8, 4, 8, 32, 8, 32, 4, 8, 4, 24, 16, 8, 32, 8, 16, 24, 40, 16, 16, 8, 8, 16, 24, 8, 16, 8, 16, 6, 32, 8, 8, 16, 8, 512, 48, 16, 12, 48, 16, 8, 8, 4, 24, 16, 2, 256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = sigma0(n*2^n - 1) = A000005(A003261(n)).
MATHEMATICA
Table[DivisorSigma[0, n*2^n - 1], {n, 1, 100}] (* Amiram Eldar, Dec 11 2023 *)
PROG
(PARI) a(n) = numdiv(n*2^n - 1); \\ Amiram Eldar, Dec 11 2023
CROSSREFS
Sequence in context: A324349 A092384 A061915 * A138565 A137316 A064851
KEYWORD
nonn
AUTHOR
Tyler Busby, Oct 26 2023
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 August 8 01:04 EDT 2024. Contains 375018 sequences. (Running on oeis4.)