[go: up one dir, main page]

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!)
Revision History for A366878 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A366878 Lexicographically earliest infinite sequence such that a(i) = a(j) => A366875(i) = A366875(j) for all i, j >= 0.
(history; published version)
#6 by OEIS Server at Fri Oct 27 13:12:01 EDT 2023
LINKS

Antti Karttunen, <a href="/A366878/b366878_1.txt">Table of n, a(n) for n = 0..65537</a>

#5 by Michael De Vlieger at Fri Oct 27 13:12:01 EDT 2023
STATUS

proposed

approved

Discussion
Fri Oct 27 13:12
OEIS Server: Installed first b-file as b366878.txt.
#4 by Antti Karttunen at Fri Oct 27 11:26:45 EDT 2023
STATUS

editing

proposed

#3 by Antti Karttunen at Fri Oct 27 11:21:14 EDT 2023
LINKS

Antti Karttunen, <a href="/A366878/b366878_1.txt">Table of n, a(n) for n = 0..65537</a>

CROSSREFS

Cf. also A366383, A366874.

#2 by Antti Karttunen at Fri Oct 27 11:19:41 EDT 2023
NAME

allocatedLexicographically earliest infinite sequence such that a(i) = a(j) => A366875(i) = A366875(j) for Anttiall Karttuneni, j >= 0.

DATA

1, 2, 3, 4, 3, 1, 5, 6, 3, 2, 2, 2, 3, 7, 8, 9, 3, 10, 1, 11, 3, 12, 1, 9, 3, 10, 13, 14, 3, 15, 12, 16, 3, 6, 17, 18, 3, 19, 20, 21, 3, 1, 9, 22, 3, 23, 12, 24, 3, 25, 17, 26, 3, 27, 28, 29, 3, 10, 30, 23, 3, 31, 32, 11, 3, 11, 8, 33, 3, 34, 35, 36, 3, 11, 37, 38, 3, 39, 40, 41, 3, 5, 2, 42, 3, 43, 44, 45, 3, 1, 46, 47, 3

OFFSET

0,2

COMMENTS

Restricted growth sequence transform of A366875.

PROG

(PARI)

up_to = 65537;

rgs_transform(invec) = { my(om = Map(), outvec = vector(length(invec)), u=1); for(i=1, length(invec), if(mapisdefined(om, invec[i]), my(pp = mapget(om, invec[i])); outvec[i] = outvec[pp] , mapput(om, invec[i], i); outvec[i] = u; u++ )); outvec; };

A163511(n) = if(!n, 1, my(p=2, t=1); while(n>1, if(!(n%2), (t*=p), p=nextprime(1+p)); n >>= 1); (t*p));

A113415(n) = if(n<1, 0, sumdiv(n, d, if(d%2, (d+1)/2)));

memoA349915 = Map();

A349915(n) = if(1==n, 1, my(v); if(mapisdefined(memoA349915, n, &v), v, v = -sumdiv(n, d, if(d<n, A113415(n/d)*A349915(d), 0)); mapput(memoA349915, n, v); (v)));

A366875(n) = A349915(A163511(n));

v366878 = rgs_transform(vector(1+up_to, n, A366875(n-1)));

A366878(n) = v366878[1+n];

CROSSREFS

Cf. A113415, A163511, A349915, A366875.

Cf. also A366874.

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Oct 27 2023

STATUS

approved

editing

#1 by Antti Karttunen at Thu Oct 26 15:28:47 EDT 2023
NAME

allocated for Antti Karttunen

KEYWORD

allocated

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 August 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)