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!)
A138410 a(n) = prime(n)^6 - prime(n)^3. 3
56, 702, 15500, 117306, 1770230, 4824612, 24132656, 47039022, 148023722, 594798932, 887473890, 2565675756, 4750035320, 6321283542, 10779111506, 22164212252, 42180328262, 51520147380, 90458081406, 128099926010 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, p^6 - p^3], {n, 1, 50}]; a
PROG
(PARI) forprime(p=2, 1e3, print1(p^6-p^3", ")) \\ Charles R Greathouse IV, Jun 16 2011
(Magma) [NthPrime((n))^6 - NthPrime((n))^3: n in [1..30] ]; // Vincenzo Librandi, Jun 17 2011
CROSSREFS
Sequence in context: A190535 A190604 A136006 * A240269 A278604 A201098
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Mar 19 2008
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 May 11 13:00 EDT 2024. Contains 372409 sequences. (Running on oeis4.)