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.

A351548 a(n) = A349745(n) divided by 2 if it is even, and 0 if A349745(n) is odd.

Original entry on oeis.org

0, 60, 108, 336, 1232, 11088, 114240, 261888, 320320, 418880, 2790720, 2882880, 3769920, 6499584, 9801792, 16930368, 19171152, 35672000, 47736000, 51068160, 98654400, 110046720, 172540368, 229909120, 403504640, 487788480, 738152448, 755415680, 886792320, 1960686000, 2070484416, 2339064000, 2889432000
Offset: 1

Views

Author

Antti Karttunen, Feb 18 2022

Keywords

Comments

Questions: Are all nonzero terms abundant (in A005101)? Are all terms even? Could either be proved? See also comments in A351538 and in A351549.
The terms a(2) .. a(52) are all also practical (A005153) and Zumkeller (A083207). - Antti Karttunen, Dec 05 2024

Crossrefs

Cf. A005101, A005153, A083207, A326051 (all six known terms are present here), A329963, A349169, A349745, A351458, A351459, A351538.
Cf. also A351549.

Programs

Formula

a(n) = 0 if A349745(n) is odd, a(n) = A349745(n)/2 otherwise.