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!)
A305214 Numbers k such that A305212(k) is not zero. 0
7, 9, 14, 18, 21, 27, 28, 35, 36, 42, 45, 49, 54, 56, 63, 70, 72, 77, 81, 84, 90, 91, 98, 99, 105, 108, 112, 117, 119, 126, 133, 135, 140, 144, 147, 153, 154, 161, 162, 168, 171, 175, 180, 182, 189, 196, 198, 203, 207, 210, 216, 217, 224, 225, 231, 234, 238 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: These are simply the positive integers that are divisible by 7 or 9.
LINKS
PROG
(Python) [n for n in range(100) if n != len(set((pow(x, 3, n) + pow(y, 3, n))%n for x in range(n) for y in range(n)))]
(PARI) isok(n) = my(v=[]); for (x=1, n, for (y=1, n, v = concat(v, Mod(x, n)^3 + Mod(y, n)^3))); n != #Set(v); \\ Michel Marcus, Jul 10 2018
CROSSREFS
Sequence in context: A320699 A332514 A353168 * A319877 A020939 A282758
KEYWORD
nonn
AUTHOR
Jack Zhang, May 27 2018
EXTENSIONS
a(25)-a(57) from Jon E. Schoenfield, May 28 2018
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 26 12:38 EDT 2024. Contains 375456 sequences. (Running on oeis4.)