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!)
A213248 Number of nonzero elements in GF(2^n) that are 13th powers. 7

%I #33 Sep 08 2022 08:46:02

%S 1,3,7,15,31,63,127,255,511,1023,2047,315,8191,16383,32767,65535,

%T 131071,262143,524287,1048575,2097151,4194303,8388607,1290555,

%U 33554431,67108863,134217727,268435455,536870911,1073741823,2147483647,4294967295,8589934591,17179869183,34359738367,5286113595

%N Number of nonzero elements in GF(2^n) that are 13th powers.

%H Vincenzo Librandi, <a href="/A213248/b213248.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) = M / gcd( M, 13 ) where M=2^n-1.

%F Conjectures from _Colin Barker_, Aug 24 2014: (Start)

%F a(n) = 4097*a(n-12)-4096*a(n-24).

%F G.f.: x*(2048*x^22 +3072*x^21 +3584*x^20 +3840*x^19 +3968*x^18 +4032*x^17 +4064*x^16 +4080*x^15 +4088*x^14 +4092*x^13 +4094*x^12 +315*x^11 +2047*x^10 +1023*x^9 +511*x^8 +255*x^7 +127*x^6 +63*x^5 +31*x^4 +15*x^3 +7*x^2 +3*x +1) / (4096*x^24 -4097*x^12 +1). (End)

%p A213248:=n->(2^n-1)/gcd(2^n-1,13): seq(A213248(n), n=1..40); # _Wesley Ivan Hurt_, Aug 24 2014

%t Table[(2^n - 1)/GCD[2^n - 1, 13], {n, 40}] (* _Vincenzo Librandi_, Mar 17 2013 *)

%o (Magma) [(2^n - 1) / GCD (2^n - 1, 13): n in [1..40]]; // _Vincenzo Librandi_, Mar 17 2013

%o (PARI) a(n)=(2^n-1)/gcd(2^n-1,13) \\ _Edward Jiang_, Sep 04 2014

%Y Cf. A213243 (cubes), A213244 (5th powers), A213245 (7th powers), A213246 (9th powers), A213247 (11th powers).

%K nonn

%O 1,2

%A _Joerg Arndt_, Jun 07 2012

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 May 13 05:55 EDT 2024. Contains 372498 sequences. (Running on oeis4.)