The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A305215 a(n) is the number of numbers whose largest prime power factor equals A000961(n). 3
1, 1, 2, 2, 6, 12, 8, 16, 48, 96, 48, 240, 480, 960, 960, 960, 3840, 7680, 3072, 18432, 36864, 73728, 147456, 147456, 442368, 884736, 1769472, 589824, 4128768, 8257536, 16515072, 33030144, 16515072, 82575360, 165150720, 330301440, 660602880, 1321205760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The largest prime power factor of a number n is given by A034699(n).
LINKS
FORMULA
a(n) = A000005(A051451(n) / A000961(n)).
EXAMPLE
The first terms, alongside A000961(n) and the set of numbers k such that A034699(k) = A000961(n), are:
n a(n) A000961(n) S(n)
-- ---- ---------- ----
1 1 1 { 1 }
2 1 2 { 2 }
3 2 3 { 3, 6 }
4 2 4 { 4, 12 }
5 6 5 { 5, 10, 15, 20, 30, 60 }
6 12 7 { 7, 14, 21, 28, 35, 42, 70, 84, 105, 140, 210, 420 }
7 8 8 { 8, 24, 40, 56, 120, 168, 280, 840 }
PROG
(PARI) my(l=1); for (k=1, 103, if (omega(k) <= 1, l = lcm(l, k); print1 (numdiv(l/k) ", ")))
CROSSREFS
First differences of A056795.
Row lengths of A305325.
Sequence in context: A178802 A156992 A285529 * A219694 A054481 A262501
KEYWORD
nonn
AUTHOR
Rémy Sigrist, May 27 2018
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 May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)