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.

A305982 a(n) = Product_{d|n, dA305793(1+d)-1), where A305973(k) records the prime signature of 2k-1.

Original entry on oeis.org

1, 2, 2, 4, 2, 8, 2, 12, 4, 8, 2, 48, 2, 20, 8, 24, 2, 32, 2, 120, 20, 8, 2, 288, 4, 28, 8, 120, 2, 320, 2, 120, 8, 20, 20, 576, 2, 20, 28, 480, 2, 320, 2, 264, 32, 8, 2, 4320, 10, 200, 20, 168, 2, 320, 8, 1200, 20, 8, 2, 11520, 2, 44, 80, 600, 28, 704, 2, 300, 8, 800, 2, 6912, 2, 44, 80, 300, 20, 448, 2, 31200, 40, 8, 2, 72000, 20, 20, 8
Offset: 1

Views

Author

Antti Karttunen, Jun 15 2018

Keywords

Crossrefs

Cf. A305973, A305983 (rgs-transform), A305984.

Programs

  • PARI
    A305982(n) = { my(m=1); fordiv(n, d, if((dA305973(1+d)-1))); (m); }; \\ Needs also code from A305973.

Formula

a(n) = Product_{d|n, dA008578(A305793(1+d)).