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!)
A096968 a(n) = (prime(n)*prime(n+2))^4. 1

%I #7 Jul 26 2015 04:24:08

%S 10000,194481,9150625,68574961,1222830961,3722098081,23372600161,

%T 92173567201,258439040161,1325558466241,2609649624481,6407383500961,

%U 13788812262241,26975984333281,59128856241841,109250345339521

%N a(n) = (prime(n)*prime(n+2))^4.

%e a(1) = (prime(1)*prime(3))^4 = 10000.

%t a[n_] := (Prime[n]*Prime[n + 2])^4; Table[ a[n], {n, 15}] (* _Robert G. Wilson v_, Aug 22 2004 *)

%Y Equals A090076(n)^4.

%K easy,nonn

%O 1,1

%A _Pierre CAMI_, Aug 19 2004

%E More terms from _Robert G. Wilson v_, Aug 22 2004

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)