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.

A301413 a(n) = A002182(n)/A002110(A108602(n)).

Original entry on oeis.org

1, 1, 2, 1, 2, 4, 6, 8, 2, 4, 6, 8, 12, 24, 4, 6, 8, 12, 24, 36, 48, 72, 96, 120, 12, 216, 240, 24, 36, 48, 72, 96, 120, 144, 216, 240, 288, 24, 36, 48, 72, 96, 120, 144, 216, 240, 288, 360, 480, 576, 720, 1080, 72, 1440, 120, 144, 216, 240, 288, 360, 480, 576
Offset: 1

Views

Author

Michael De Vlieger, Mar 30 2018

Keywords

Comments

This sequence appears in Siano paper, page 5 of 12, as the "variable part" v. - Michael De Vlieger, Oct 11 2023

Examples

			Let m be a value in this sequence. The table below shows m*A002110(A108602(k)). Columns are A108602(k), rows are m whose products m*A002110(A108602(k)) appear in A002182 are in this sequence. Numbers in A002182 that also appear in A002201 are followed by (*).
        0  1   2    3     4       5       6 ...
      +------------------------------------
    1 | 1* 2*  6*
    2 |    4  12*  60*
    4 |       24  120*  840
    6 |       36  180  1260
    8 |       48  240  1680
   12 |           360* 2520*  27720
   24 |           720  5040*  55440* 720720*
   ...
		

Crossrefs

Programs

  • Mathematica
    (* Load b-file from A002182 *)
    With[{s = Import["b002182.txt","Data"][[All,-1]]}, Array[#/Product[Prime@ i, {i, PrimeNu[#]}] &@ s[[#]] &, 62]]

Formula

a(n) = A002182(n)/A007947(A002182(n)).