login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138440 a(n) = ((n-th prime)^6-(n-th prime))/2. 2
31, 363, 7810, 58821, 885775, 2413398, 12068776, 23522931, 74017933, 297411646, 443751825, 1282863186, 2375052100, 3160681503, 5389607641, 11082180538, 21090266791, 25760187150, 45229191051, 64050141925, 75667113108 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..21.

MATHEMATICA

a = {}; Do[p = Prime[n]; AppendTo[a, (p^6 - p)/2], {n, 1, 50}]; a

PROG

(PARI) forprime(p=2, 1e3, print1((p^6-p)/2", ")) \\ Charles R Greathouse IV, Jul 15 2011

CROSSREFS

Sequence in context: A197644 A156150 A125419 * A161347 A107941 A142684

Adjacent sequences:  A138437 A138438 A138439 * A138441 A138442 A138443

KEYWORD

nonn,easy,changed

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 23:59 EDT 2013. Contains 225436 sequences.