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!)
A138434 a(n) = ((n-th prime)^5-(n-th prime)^3)/4. 3
6, 54, 750, 4116, 39930, 92274, 353736, 617310, 1606044, 5121690, 7149840, 17323326, 28946820, 36732234, 57310296, 104511654, 178679730, 211092330, 337456086, 450967860, 518170644, 769140840, 984617214, 1395838620 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A138406(n)/4. - R. J. Mathar, Oct 15 2017
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, (p^5 - p^3)/4], {n, 1, 50}]; a
(#^5-#^3)/4&/@Prime[Range[30]] (* Harvey P. Dale, Apr 30 2017 *)
PROG
(PARI) forprime(p=2, 1e3, print1((p^5-p^3)/4", ")) \\ Charles R Greathouse IV, Jul 15 2011
CROSSREFS
Sequence in context: A072034 A167571 A366232 * A360545 A217238 A171681
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)