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!)
A138448 a(n) = (prime(n)^6 - prime(n)^2)/15. 4
4, 48, 1040, 7840, 118096, 321776, 1609152, 3136368, 9869024, 39654832, 59166848, 171048336, 316673504, 421424080, 718614208, 1477623888, 2812035344, 3434691376, 6030558512, 8540018592, 10088948064, 16205829952, 21796024432 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
From Elmo R. Oliveira, Jan 19 2023: (Start)
a(n) = (A030516(n) - A001248(n))/15.
a(n) = (2 * A138441(n))/15.
a(n) = (A001248(n) * (A030514(n) - 1))/15. (End)
MAPLE
A138448:=n->(ithprime(n)^6-ithprime(n)^2)/15: seq(A138448(n), n=1..40); # Wesley Ivan Hurt, Apr 14 2017
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, (p^6 - p^2)/15, {n, 1, 50}]; a
PROG
(PARI) forprime(p=2, 1e3, print1((p^6-p^2)/15", ")) \\ Charles R Greathouse IV, Jun 16 2011
CROSSREFS
Sequence in context: A141119 A052714 A144828 * A071221 A198038 A024255
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)