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!)
A138412 a(n) = p^5*(p-1) where p =prime(n). 4
32, 486, 12500, 100842, 1610510, 4455516, 22717712, 44569782, 141599546, 574312172, 858874530, 2496382452, 4634248040, 6174354606, 10549870322, 21746165636, 41465609342, 50675778060, 89108257062, 126296054570 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000010(prime(n)^6). - R. J. Mathar, Oct 15 2017
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, p^6 - p^5], {n, 1, 50}]; a
PROG
(PARI) forprime(p=2, 1e3, print1(p^6-p^5", ")) \\ Charles R Greathouse IV, Jun 16 2011
CROSSREFS
Sequence in context: A085539 A091364 A208312 * A220735 A010948 A022627
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)