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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089620 n^3 + n-th prime. 0
3, 11, 32, 71, 136, 229, 360, 531, 752, 1029, 1362, 1765, 2238, 2787, 3422, 4149, 4972, 5893, 6926, 8071, 9334, 10727, 12250, 13913, 15722, 17677, 19786, 22059, 24498, 27113, 29918, 32899, 36074, 39443, 43024, 46807, 50810, 55035, 59486, 64173 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Sum of reciprocals = 0.492721804..

MATHEMATICA

Table[n^3+Prime[n], {n, 40}] (* From Harvey P. Dale, Aug 22 2011 *)

PROG

(PARI) primeppwr(n, p) = { sr=0; for(x=1, n, y=x^p+prime(x); print1(y", "); sr+=1./y; ); print(); print(sr) }

CROSSREFS

Sequence in context: A173381 A076477 A104079 * A144335 A202091 A120844

Adjacent sequences:  A089617 A089618 A089619 * A089621 A089622 A089623

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 31 2003

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 February 16 16:24 EST 2012. Contains 205938 sequences.