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!)
A278258 Least number with the prime signature of the n-th Catalan number. 3
1, 1, 2, 2, 6, 30, 60, 30, 210, 210, 420, 2310, 4620, 13860, 360360, 60060, 1021020, 9699690, 58198140, 223092870, 446185740, 446185740, 892371480, 1338557220, 1338557220, 6692786100, 2677114440, 12939386460, 802241960520, 802241960520, 1604483921040, 200560490130, 14841476269620, 608500527054420, 608500527054420, 304250263527210, 608500527054420, 608500527054420 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A046523(A000108(n)).
MATHEMATICA
Table[Times @@ MapIndexed[(Prime@ First@ #2)^#1 &, #] &@ If[Length@ # == 1 && #[[1, 1]] == 1, {0}, Reverse@ Sort@ #[[All, -1]]] &@ FactorInteger[CatalanNumber@ n], {n, 0, 37}] (* Michael De Vlieger, Nov 21 2016 *)
PROG
(PARI)
A000108(n) = binomial(2*n, n)/(n+1);
A046523(n) = my(f=vecsort(factor(n)[, 2], , 4), p); prod(i=1, #f, (p=nextprime(p+1))^f[i]) \\ From Charles R Greathouse IV, Aug 17 2011
for(n=0, 150, write("b278258.txt", n, " ", A278258(n)));
(Scheme) (define (A278258 n) (A046523 (A000108 n)))
CROSSREFS
Sequence in context: A270487 A058250 A179929 * A067644 A184312 A097801
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 April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)