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
10000, 194481, 9150625, 68574961, 1222830961, 3722098081, 23372600161, 92173567201, 258439040161, 1325558466241, 2609649624481, 6407383500961, 13788812262241, 26975984333281, 59128856241841, 109250345339521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = (prime(1)*prime(3))^4 = 10000.
MATHEMATICA
a[n_] := (Prime[n]*Prime[n + 2])^4; Table[ a[n], {n, 15}] (* Robert G. Wilson v, Aug 22 2004 *)
CROSSREFS
Equals A090076(n)^4.
Sequence in context: A017176 A017272 A017512 * A017644 A250440 A013857
KEYWORD
easy,nonn
AUTHOR
Pierre CAMI, Aug 19 2004
EXTENSIONS
More terms from Robert G. Wilson v, Aug 22 2004
STATUS
approved

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 27 07:58 EDT 2024. Contains 372009 sequences. (Running on oeis4.)