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!)
A178537 (2n+1)^(2n+1) mod 2^(2n+1). 7

%I #19 Dec 13 2016 10:44:20

%S 1,3,21,119,329,339,1533,2031,67857,68491,1472837,7105255,20933977,

%T 91061443,344607757,137379807,942687265,22093239035,115763405909,

%U 23058549975,581930881897,8126485230643,18131637168157,69459897210831,12202023051569,1785877136688747,4676672234192229,4337085752026823,51543753266508665,431102794881380259,338696479165696557

%N (2n+1)^(2n+1) mod 2^(2n+1).

%H Robert G. Wilson v, <a href="/A178537/b178537.txt">Table of n, a(n) for n = 0..1000</a>

%F a(n)=A000312(2n+1) mod A000079(2n+1).

%p A178537 := proc(n)

%p local o ;

%p o := 2*n+1 ;

%p modp(o &^ o,2^o) ;

%p end proc: # _R. J. Mathar_, Oct 10 2014

%t f[n_] := PowerMod[2n +1, 2n +1, 2^(2n +1)]; Array[f, 25, 0] (* _Robert G. Wilson v_, Dec 13 2016*)

%o (PARI) a(n)=lift(Mod(2*n+1,2^(2*n+1))^(2*n+1)) \\ _Charles R Greathouse IV_, Dec 13 2016

%Y Cf. A000079, A000312.

%K nonn

%O 0,2

%A _Juri-Stepan Gerasimov_, Dec 24 2010

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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)