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!)
A133534 Sum of third powers of two consecutive primes. 11
35, 152, 468, 1674, 3528, 7110, 11772, 19026, 36556, 54180, 80444, 119574, 148428, 183330, 252700, 354256, 432360, 527744, 658674, 746928, 882056, 1064826, 1276756, 1617642, 1942974, 2123028, 2317770, 2520072, 2737926, 3491280 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A030078(n) + A030078(n+1). - Michel Marcus, Nov 09 2013
EXAMPLE
a(1)=35 because 2^3+3^3=35.
MATHEMATICA
a = 3; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}]
Total[#^3]&/@Partition[Prime[Range[50]], 2, 1] (* Harvey P. Dale, Jan 29 2021 *)
CROSSREFS
Sequence in context: A136017 A048628 A048629 * A005339 A045614 A154074
KEYWORD
nonn
AUTHOR
Artur Jasinski, Sep 14 2007
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 23 12:44 EDT 2024. Contains 371913 sequences. (Running on oeis4.)