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

Showing entries 1-10 | older changes
A353456 Numbers k such that A353627(k) is less than A353628(k).
(history; published version)
#18 by Michael De Vlieger at Tue May 03 14:37:49 EDT 2022
STATUS

proposed

approved

#17 by Antti Karttunen at Tue May 03 05:23:06 EDT 2022
STATUS

editing

proposed

#16 by Antti Karttunen at Tue May 03 05:21:56 EDT 2022
COMMENTS

If k is present in the sequencebsequence, then also 2*k and A000265(k) are present also.

#15 by Antti Karttunen at Tue May 03 05:21:25 EDT 2022
COMMENTS

If k is present in the sequenceb, then also 2*k and A000265(k) are present.

CROSSREFS

Cf. A000265, A001001, A209635, A353627, A353628.

STATUS

proposed

editing

#14 by Antti Karttunen at Tue May 03 04:26:01 EDT 2022
STATUS

editing

proposed

#13 by Antti Karttunen at Tue May 03 04:25:51 EDT 2022
PROG

(PARI) isA353456(n) = if(issquarefree(n=(n>>valuation(n, 2))), 0, my(f=factor(n)); for(k=1, #f~, if((f[k, 2]%4)>1, return(0))); (1)); \\ Afterlvar hisIbeas_'s Nov 28 2017 comment in A209635 bylvar Ibeas_

STATUS

proposed

editing

#12 by Antti Karttunen at Tue May 03 04:21:54 EDT 2022
STATUS

editing

proposed

#11 by Antti Karttunen at Tue May 03 04:21:29 EDT 2022
NAME

Numbers k such that A353627(k) <> ) is less than A353628(k).

STATUS

proposed

editing

#10 by Antti Karttunen at Tue May 03 04:16:20 EDT 2022
STATUS

editing

proposed

#9 by Antti Karttunen at Tue May 03 04:11:57 EDT 2022
PROG

(PARI) isA353456(n) = if(issquarefree(n=(n>>valuation(n, 2))), 0, my(f=factor(n)); for(k=1, #f~, if((f[k, 2]%4)>1, return(0))); (1)); \\ After thehis Nov 28 2017 comment in A209635 by _Álvar Ibeas_ in A209635._

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 29 23:09 EDT 2024. Contains 375519 sequences. (Running on oeis4.)