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!)
A138406 a(n) = prime(n)^5 - prime(n)^3. 10
24, 216, 3000, 16464, 159720, 369096, 1414944, 2469240, 6424176, 20486760, 28599360, 69293304, 115787280, 146928936, 229241184, 418046616, 714718920, 844369320, 1349824344, 1803871440, 2072682576, 3076563360, 3938468856 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, p^5 - p^3], {n, 1, 50}]; a
PROG
(PARI) forprime(p=2, 1e3, print1(p^5-p^3", ")) \\ Charles R Greathouse IV, Jun 16 2011
(Magma) [NthPrime((n))^5 - NthPrime((n))^3: n in [1..30] ]; // Vincenzo Librandi, Jun 17 2011
CROSSREFS
Sequence in context: A205968 A232474 A205816 * A042112 A297679 A202073
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 July 30 09:37 EDT 2024. Contains 374740 sequences. (Running on oeis4.)