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!)
A330817 Numbers of the form 2^(2*p+1)*M_p^2, where M_p is a Mersenne prime, A000668, with Mersenne exponent p, A000043. 5

%I #19 Jan 07 2020 22:52:06

%S 288,6272,1968128,528515072,9005000365703168,590286803193810649088,

%T 151115150991626099228672,42535295825503226685013029169053827072,

%U 56539106072908298497625662716064949049646203797489239767322203013731319808

%N Numbers of the form 2^(2*p+1)*M_p^2, where M_p is a Mersenne prime, A000668, with Mersenne exponent p, A000043.

%C Also numbers with power-spectral basis {M_p^2*(M_p+2)^2,(M_p^2-1)^2}.

%C The first factor of a(n) is A330818. The first element of the spectral basis of a(n) is A330819, and the second element is A330820.

%H Walter Kehowski, <a href="/A330817/b330817.txt">Table of n, a(n) for n = 1..12</a>

%e Since p=2 and M_2=3, then a(1)=2^(2*2+1)*3^3=288, and 288 has spectral basis {15^2, 2^6}, consisting of powers.

%p A330817:=[]:

%p for www to 1 do

%p for i from 1 to 31 do

%p #ithprime(31)=127

%p p:=ithprime(i);

%p q:=2^p-1;

%p if isprime(q) then x:=2^(2*p+1)*q^2; A330817:=[op(A330817),x]; fi;

%p od;

%p od;

%p A330817;

%t 2^(2 * (p = MersennePrimeExponent[Range[9]]) + 1) * (2^p - 1)^2 (* _Amiram Eldar_, Jan 03 2020 *)

%Y Cf. A000043, A000668, A132794, A133049, A330818, A330819, A330820.

%K nonn

%O 1,1

%A _Walter Kehowski_, Jan 01 2020

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 September 5 19:19 EDT 2024. Contains 375700 sequences. (Running on oeis4.)