cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A367008 Number of prime factors of n*2^n + 1, counted with multiplicity.

Original entry on oeis.org

0, 1, 2, 2, 2, 2, 3, 3, 2, 2, 4, 2, 3, 3, 3, 3, 2, 4, 4, 4, 5, 2, 4, 4, 4, 4, 5, 4, 3, 3, 6, 6, 3, 2, 5, 2, 4, 3, 4, 3, 3, 4, 4, 5, 4, 4, 5, 5, 4, 5, 6, 3, 6, 3, 5, 4, 4, 5, 5, 4, 4, 7, 3, 3, 7, 5, 9, 5, 4, 5, 5, 6, 5, 5, 5, 5, 5, 4, 4, 6, 4, 4, 4, 5, 4, 7, 6
Offset: 0

Views

Author

Sean A. Irvine, Oct 31 2023

Keywords

Comments

The numbers n*2^n+1 are called Cullen numbers.

Crossrefs

Programs

  • Mathematica
    Table[PrimeOmega[n*2^n + 1], {n, 0, 100}] (* Amiram Eldar, Jan 06 2024 *)
  • PARI
    a(n) = bigomega(n*2^n + 1); \\ Amiram Eldar, Jan 06 2024

Formula

a(n) = bigomega(n*2^n + 1) = A001222(A002064(n)).

A367009 Number of divisors of n*2^n + 1.

Original entry on oeis.org

1, 2, 3, 3, 4, 4, 8, 8, 4, 4, 12, 4, 8, 6, 8, 8, 4, 12, 16, 16, 16, 4, 16, 16, 16, 16, 24, 16, 6, 8, 48, 48, 8, 4, 32, 4, 12, 8, 12, 8, 8, 16, 16, 32, 16, 16, 32, 32, 16, 10, 64, 8, 64, 8, 32, 16, 12, 32, 32, 16, 16, 128, 8, 8, 96, 32, 256, 24, 16, 32, 32, 48
Offset: 0

Views

Author

Sean A. Irvine, Oct 31 2023

Keywords

Comments

The numbers n*2^n+1 are called Cullen numbers.

Crossrefs

Programs

  • Mathematica
    Table[DivisorSigma[0, n*2^n + 1], {n, 0, 100}] (* Amiram Eldar, Jan 06 2024 *)
  • PARI
    a(n) = numdiv(n*2^n + 1); \\ Amiram Eldar, Jan 06 2024

Formula

a(n) = sigma0(n*2^n + 1) = A000005(A002064(n)).

A367010 a(n) is the sum of the divisors of n*2^n + 1.

Original entry on oeis.org

1, 4, 13, 31, 84, 192, 576, 1344, 2736, 5040, 13680, 24276, 56000, 153842, 308416, 538920, 1110276, 2909040, 5495040, 14446080, 31374720, 45955008, 106119552, 233997312, 527587200, 1184932800, 3247522560, 4365239040, 7784309910, 16265125632, 36250560000
Offset: 0

Views

Author

Sean A. Irvine, Oct 31 2023

Keywords

Comments

The numbers n*2^n+1 are called Cullen numbers.

Crossrefs

Programs

Formula

a(n) = sigma(n*2^n + 1) = A000203(A002064(n)).
Showing 1-3 of 3 results.