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

Showing entries 1-10 | older changes
A248501 Numbers m that are coprime to floor(m/16).
(history; published version)
#28 by Harvey P. Dale at Sun Mar 12 11:19:17 EDT 2023
STATUS

editing

approved

#27 by Harvey P. Dale at Sun Mar 12 11:19:14 EDT 2023
MATHEMATICA

Select[Range[120], CoprimeQ[#, Floor[#/16]]&] (* Harvey P. Dale, Mar 12 2023 *)

STATUS

approved

editing

#26 by Bruno Berselli at Fri Nov 07 03:47:35 EST 2014
STATUS

reviewed

approved

#25 by Michel Marcus at Thu Nov 06 02:17:50 EST 2014
STATUS

proposed

reviewed

#24 by Stanislav Sykora at Wed Nov 05 20:26:16 EST 2014
STATUS

editing

proposed

#23 by Stanislav Sykora at Wed Nov 05 20:26:05 EST 2014
PROG

i=n=0; while(i++, if(gcd(i, i\16)==1, a[n++]=i; if(n==#a, break)))))); a

STATUS

proposed

editing

#22 by Stanislav Sykora at Mon Nov 03 17:33:31 EST 2014
STATUS

editing

proposed

#21 by Stanislav Sykora at Mon Nov 03 17:28:51 EST 2014
LINKS

Stanislav Sykora, <a href="https://oeis.org/wiki/File:VectorUtilities.txt">PARI/GP scripts: Vector utilities</a>

PROG

(PARI) a=vector(20000);

i=n=0; while(PARI) RT16Coprimei++, if(n)=gcd(n, ni, i\16)==1; \\ The condition, a[n++]=i; if(n==#a, break)))

v=ListNCond0(20000, RT16Coprime) \\ See the 'Vector utilities' link

STATUS

proposed

editing

Discussion
Mon Nov 03 17:33
Stanislav Sykora: Further changes as discussed in A248499
#20 by Stanislav Sykora at Sat Nov 01 17:31:48 EDT 2014
STATUS

editing

proposed

#19 by Stanislav Sykora at Sat Nov 01 17:31:22 EDT 2014
DATA

1, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 50, 52, 53, 55, 56, 58, 59, 61, 62, 65, 67, 69, 71, 73, 75, 77, 79, 81, 82, 83, 84, 86, 87, 88, 89, 91, 92, 93, 94, 97, 101, 103, 107, 109, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 124, 125, 127, 129, 131, 133, 135, 137

COMMENTS

Definition of 'being coprime' and special-case conventions are as in Wikipedia. In particular, when m<16 then Efloor(m/16)=0, and zero is coprime only to 1. The complementary sequence is A248502.

STATUS

proposed

editing

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 15:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)