The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A088248 Orders of twisted fields. 2

%I #10 Jul 07 2015 04:29:17

%S 27,64,81,125,243,256,343,512,625,729,1024,1331,2187,2197,2401,3125,

%T 4096,4913,6561,6859,12167,14641,15625,16384,16807,19683,24389,28561,

%U 29791,32768,50653,59049,65536,68921,78125,79507,83521,103823,117649

%N Orders of twisted fields.

%C Subset of prime powers A000961. Subset of orders of semifields A088247.

%D D. E. Knuth, ``Finite Semifields and Projective Planes'' Selected Papers on Discrete Mathematics, Center for the Study of Language and Information, Leland Stanford Junior University, CA, 2003, p336.

%H T. D. Noe, <a href="/A088248/b088248.txt">Table of n, a(n) for n=1..1000</a>

%H D. E. Knuth, <a href="http://dx.doi.org/10.1016/0021-8693(65)90018-9">Finite Semifields and Projective Planes</a>, Journal of Algebra, Volume 2, Issue 2, June 1965, Pages 182-217.

%F All p^k > 16, prime p, k>=3, except 2^q, q prime.

%t okQ[n_] := Module[{f, p, k}, If[n <= 16, False, f = FactorInteger[n]; If[Length[f] > 1, False, {p, k} = First[f]; k >= 3 && Not[p == 2 && PrimeQ[k]]]]]; Select[Range[10^6], okQ] (* _Jean-François Alcover_, Jul 07 2015 *)

%Y Cf. A000961, A088247.

%K easy,nonn,nice

%O 1,1

%A _Marc LeBrun_, Sep 25 2003

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 June 11 22:48 EDT 2024. Contains 373317 sequences. (Running on oeis4.)