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!)
A160934 Number n(s) in A160932. 3
0, 4, 5, 7, 12, 14, 17, 19, 20, 27, 32, 34, 64, 90, 92, 95, 119, 120, 122, 124, 127, 145, 147, 157, 164, 184, 190, 197, 212, 214, 224, 249, 254, 280, 317, 325, 339, 340, 345, 369, 407, 422, 444, 449, 454, 457, 460, 480, 485, 489, 497, 519, 535, 547, 552, 559 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_]:=(n+1)^1+(n+2)^2+(n+3)^3+(n+4)^4+(n+5)^5+(n+6)^6; lst={}; Do[a=f[n]; If[PrimeQ[a], AppendTo[lst, n]], {n, 0, 7!}]; lst
CROSSREFS
Sequence in context: A047491 A064401 A079337 * A032390 A372631 A112918
KEYWORD
nonn
AUTHOR
EXTENSIONS
Checked by Charles R Greathouse IV, Oct 08 2009
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 September 1 22:05 EDT 2024. Contains 375597 sequences. (Running on oeis4.)