[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 A364550 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A364550 Numbers k such that k is a multiple of A005941(k).
(history; published version)
#5 by Michael De Vlieger at Sat Jul 29 14:35:50 EDT 2023
STATUS

proposed

approved

#4 by Antti Karttunen at Sat Jul 29 13:41:38 EDT 2023
STATUS

editing

proposed

#3 by Antti Karttunen at Sat Jul 29 13:41:31 EDT 2023
COMMENTS

If k is a term, then also 2*k is present in this sequence, and vice versa.

#2 by Antti Karttunen at Fri Jul 28 15:51:14 EDT 2023
NAME

allocatedNumbers k such that k is a formultiple Anttiof KarttunenA005941(k).

DATA

1, 2, 3, 4, 5, 6, 8, 10, 12, 16, 20, 24, 32, 40, 48, 64, 80, 96, 128, 160, 192, 256, 320, 384, 512, 640, 768, 1024, 1280, 1536, 2048, 2560, 3072, 3125, 4096, 5120, 6144, 6250, 7875, 8192, 10240, 12005, 12288, 12500, 13365, 15750, 16384, 20480, 22869, 23595, 24010, 24576, 25000, 26730, 31500, 32768, 40960, 45738, 46475

OFFSET

1,2

COMMENTS

Numbers k such that k is a multiple of 1+A156552(k).

PROG

(PARI) A005941(n) = { my(f=factor(n), p, p2=1, res=0); for(i=1, #f~, p = 1 << (primepi(f[i, 1])-1); res += (p * p2 * (2^(f[i, 2])-1)); p2 <<= f[i, 2]); (1+res) }; \\ (After David A. Corneth's program for A156552) - Antti Karttunen, Jul 28 2023

isA364550(n) = !(n%A005941(n));

CROSSREFS

Cf. A005941, A156552, A364548.

Subsequence of A364560.

Subsequences: A029747, A364551 (odd terms).

Cf. also

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Jul 28 2023

STATUS

approved

editing

#1 by Antti Karttunen at Fri Jul 28 08:44:25 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 30 21:29 EDT 2024. Contains 375550 sequences. (Running on oeis4.)