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!)
A138433 a(n) = ((n-th prime)^5-(n-th prime)^3)/3. 2
8, 72, 1000, 5488, 53240, 123032, 471648, 823080, 2141392, 6828920, 9533120, 23097768, 38595760, 48976312, 76413728, 139348872, 238239640, 281456440, 449941448, 601290480, 690894192, 1025521120, 1312822952, 1861118160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A138406(n)/3. - R. J. Mathar, Oct 15 2017
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, (p^5 - p^3)/3], {n, 1, 50}]; a
(#^5-#^3)/3&/@Prime[Range[30]] (* Harvey P. Dale, Apr 27 2019 *)
PROG
(PARI) forprime(p=2, 1e3, print1((p^5-p^3)/3", ")) \\ Charles R Greathouse IV, Jul 15 2011
CROSSREFS
Sequence in context: A279156 A129103 A111812 * A242597 A339469 A241032
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)