login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089621 n^4 + n-th prime. 1
3, 19, 86, 263, 636, 1309, 2418, 4115, 6584, 10029, 14672, 20773, 28602, 38459, 50672, 65589, 83580, 105037, 130388, 160071, 194554, 234335, 279924, 331865, 390722, 457077, 531544, 614763, 707390, 810113, 923648, 1048707, 1186058 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sum of reciprocals = 0.40492582319615..
LINKS
MATHEMATICA
Table[n^4+Prime[n], {n, 40}] (* Harvey P. Dale, Oct 03 2020 *)
PROG
(PARI) primeppwr(n) = { sr=0; for(x=1, n, y=x^4+prime(x); print1(y", "); sr+=1./y; ); print(); print(sr) }
CROSSREFS
Sequence in context: A240286 A163431 A167242 * A204256 A015528 A183384
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Dec 31 2003
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 December 9 10:52 EST 2023. Contains 367690 sequences. (Running on oeis4.)