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!)
A278257 Least number with the prime signature of A005187(n). 1
1, 2, 4, 2, 8, 6, 2, 6, 16, 12, 2, 6, 2, 4, 6, 2, 32, 6, 6, 6, 6, 2, 30, 6, 2, 4, 12, 2, 24, 24, 6, 12, 64, 30, 2, 30, 2, 2, 6, 30, 2, 16, 6, 6, 6, 24, 2, 6, 6, 2, 12, 2, 30, 24, 30, 2, 30, 48, 2, 12, 12, 6, 120, 2, 128, 30, 2, 6, 24, 2, 30, 6, 6, 6, 6, 2, 60, 24, 12, 6, 6, 6, 48, 30, 6, 120, 4, 2, 30, 48, 6, 180, 2, 6, 24, 30, 2, 2, 6, 2, 60, 72, 6, 6, 6, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A046523(A005187(n)).
MATHEMATICA
f[n_] := If[Length@ # == 1 && #[[1, 1]] == 1, {0}, Sort@ #[[All, -1]]] &@ FactorInteger@ n; Table[k = 1; While[f@ k != #, k++] &@ f[2 n - DigitCount[2 n, 2, 1]]; k, {n, 106}] (* or, faster *)
Table[Times @@ MapIndexed[(Prime@ First@ #2)^#1 &, #] &@ If[Length# == 1 && #[[1, 1]] == 1, {0}, Reverse@ Sort@ #[[All, -1]]] &@ FactorInteger[2 n - DigitCount[2 n, 2, 1]], {n, 106}] (* Michael De Vlieger, Nov 21 2016 *)
PROG
(Scheme) (define (A278257 n) (A046523 (A005187 n)))
CROSSREFS
Sequence in context: A174147 A163897 A278541 * A278533 A204898 A240295
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 19 2016
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)