[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A278250 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Least number with the prime signature of the n-th Wedderburn-Etherington number (A001190).
(history; published version)
#8 by Joerg Arndt at Mon Dec 19 02:07:13 EST 2016
STATUS

proposed

approved

#7 by Jon E. Schoenfield at Mon Dec 19 01:12:08 EST 2016
STATUS

editing

proposed

#6 by Jon E. Schoenfield at Mon Dec 19 01:11:56 EST 2016
PROG

{A001190(n) = local(A); if( n<4, n>0, A = vector(n, i, 1); for( i=4, n, A[i] = sum( j=1, (i-1)\2, A[j] * A[i-j]) + if( i%2, 0, A[i/2] * (A[i/2] + 1)/2)); A[n])}; \\ From _/* _Michael Somos_, Mar 25 2006 */

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

STATUS

approved

editing

#5 by N. J. A. Sloane at Tue Nov 22 21:49:46 EST 2016
STATUS

proposed

approved

#4 by Antti Karttunen at Tue Nov 22 11:27:14 EST 2016
STATUS

editing

proposed

#3 by Antti Karttunen at Tue Nov 22 11:24:58 EST 2016
LINKS

Antti Karttunen, <a href="/A278250/b278250.txt">Table of n, a(n) for n = 1..213</a>

PROG

(PARI)

{A001190(n) = local(A); if( n<4, n>0, A = vector(n, i, 1); for( i=4, n, A[i] = sum( j=1, (i-1)\2, A[j] * A[i-j]) + if( i%2, 0, A[i/2] * (A[i/2] + 1)/2)); A[n])}; \\ From Michael Somos, Mar 25 2006

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

A278250(n) = A046523(A001190(n));

for(n=1, 213, write("b278250.txt", n, " ", A278250(n)));

Discussion
Tue Nov 22
11:27
Antti Karttunen: Used as a filtering sequence, please do not shorten the data section (unless absolutely must!), thanks.
#2 by Antti Karttunen at Tue Nov 22 09:44:36 EST 2016
NAME

allocated for Antti KarttunenLeast number with the prime signature of the n-th Wedderburn-Etherington number (A001190).

DATA

1, 1, 1, 2, 2, 6, 2, 2, 6, 12, 12, 6, 2, 2, 60, 30, 2, 6, 120, 6, 6, 180, 2, 12, 30, 210, 6, 2, 2, 30, 210, 6, 30, 900900, 30, 180, 24, 210, 60060, 210, 13860, 120, 210, 210, 210, 96, 30, 60060, 6126120, 2310, 30, 60, 2310, 2310, 30, 4620, 210, 240, 210, 120, 30, 60, 2, 1260, 30, 30, 2310, 2310, 60, 18480, 30, 2310, 420, 30, 2310, 18480, 30, 3360, 210, 2, 420, 30

OFFSET

1,4

FORMULA

a(n) = A046523(A001190(n)).

PROG

(Scheme) (define (A278250 n) (A046523 (A001190 n)))

CROSSREFS

Cf. A001190, A046523.

Cf. also A278258.

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Nov 22 2016

STATUS

approved

editing

#1 by Antti Karttunen at Wed Nov 16 04:50:11 EST 2016
NAME

allocated for Antti Karttunen

KEYWORD

allocated

STATUS

approved