Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A067730
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A067730 n satisfying sigma(n-1) + sigma(n+1) = sigma(2n). +0
3
309, 425, 2135, 2913, 6861, 20155, 37415, 45155, 74875, 329841, 4720281, 6385749, 7030911, 11606649, 13954745, 20920075, 22436225, 22937785, 37760631, 38748291 (list; graph; listen)
OFFSET

1,1

COMMENT

Conjecture: sequence contains odd values only - Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 18 2002

EXAMPLE

sigma(309-1) + sigma(309+1) = 672+576= sigma(2*309), so 309 is a term of the sequence.

MATHEMATICA

Select[Range[10^6], DivisorSigma[1, # - 1] + DivisorSigma[1, # + 1] == DivisorSigma[1, 2# ] &]

PROGRAM

(PARI) a067730(m) = for(n=2, m, if(sigma(n-1)+sigma(n+1)==sigma(2*n), print1(n, ", "))) a067730(10^7)

CROSSREFS

Sequence in context: A060980 A061881 A121322 this_sequence A105841 A127456 A114484

Adjacent sequences: A067727 A067728 A067729 this_sequence A067731 A067732 A067733

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 05 2002

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Feb 07 2002

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 08 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research