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!)
A071855 Numbers n such that A067434(n) = A000720(n) + A000005(n). 0
1, 37, 41, 43, 47, 49, 58, 65, 69, 81, 85, 92, 128, 130, 135, 136, 154, 184, 208, 220, 228, 450, 540, 840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No further terms below 143260.
No further terms below 2*10^4. - Robert G. Wilson v
LINKS
MATHEMATICA
Select[ Range[10^3], Length[ FactorInteger[ Binomial[2#, # ]]] == PrimePi[ # ] + DivisorSigma[0, # ] & ]
PROG
(PARI) for(n=1, 1000, if(omega(binomial(2*n, n))=sum(i=1, n, isprime(i))+numdiv(n), print1(n, ", ")))
CROSSREFS
Sequence in context: A111198 A081645 A069963 * A137675 A161725 A100722
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 09 2002
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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)