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!)
A134130 Primes in A134125. 0
5, 5, 7, 11, 107, 7104697, 232483021, 14591939203 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A134125 INTERSECT A000040. - R. J. Mathar, Oct 24 2007
PROG
(PARI) lista(pmax) = {my(k = 0, s = 2); forprime(p = 3, pmax, k++; s += p; if(!(s % k) && isprime(s/k), print1(s/k, ", "))); } \\ Amiram Eldar, Apr 30 2024
CROSSREFS
Sequence in context: A134125 A097996 A033300 * A078551 A247877 A252006
KEYWORD
nonn,more
AUTHOR
Enoch Haga, Oct 09 2007
EXTENSIONS
Better definition from R. J. Mathar, Oct 24 2007
a(7)-a(8) from Amiram Eldar, Apr 30 2024
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 July 13 22:24 EDT 2024. Contains 374288 sequences. (Running on oeis4.)