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!)
A138425 a(n) = (prime(n)^5 - prime(n))/3. 3
10, 80, 1040, 5600, 53680, 123760, 473280, 825360, 2145440, 6837040, 9543040, 23114640, 38618720, 49002800, 76448320, 139398480, 238308080, 281532080, 450041680, 601409760, 691023840, 1025685440, 1313013520, 1861353120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A138404(n)/3. - R. J. Mathar, Oct 15 2017
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, (p^5 - p)/3], {n, 1, 50}]; a
PROG
(Magma) [(NthPrime((n))^5 - NthPrime((n)))/3: n in [1..30] ]; // Vincenzo Librandi, Jun 18 2011
(PARI) forprime(p=2, 1e3, print1((p^5-p)/3", ")) \\ Charles R Greathouse IV, Jul 15 2011
CROSSREFS
Sequence in context: A165511 A165750 A297869 * A010569 A136870 A293367
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:27 EDT 2024. Contains 374740 sequences. (Running on oeis4.)