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!)
A121166 Integers m that divide A120492(m) = 1 + Sum_{k=1..m} prime(k)^(m-1). 3
1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 17, 19, 22, 23, 29, 31, 37, 41, 43, 45, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence includes all primes and 1, 4, 6, 9, 10, 12, 22, 45, 400, 417, 561, 620, ...
LINKS
MATHEMATICA
Do[f=1 + Sum[ Prime[k]^(n-1), {k, 1, n}]; If[IntegerQ[f/n], Print[n]], {n, 1, 500}]
Module[{nn=500, prs}, prs=Prime[Range[nn]]; Select[Range[nn], Divisible[ Total[Take[prs, #]^(#-1)]+1, #]&]] (* Harvey P. Dale, May 02 2012 *)
CROSSREFS
Cf. A120492.
Sequence in context: A331119 A366169 A283970 * A249017 A214879 A187226
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Aug 14 2006
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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)