Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109669
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109669 Numbers n such that the sum of the digits of sigma(n)^phi(n) is divisible by n. +0
1
1, 19, 126, 162, 231, 255, 717, 1611, 1897, 3231, 3735, 8692, 8774, 10676, 16903, 17299, 22194, 30845 (list; graph; listen)
OFFSET

1,2

COMMENT

No more terms < 58000. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2006

EXAMPLE

The digits of sigma(3735)^phi(3735) sum to 33615, and 33615 is divisible by 3735, so 3735 is in the sequence.

MAPLE

with(numtheory): sd:=proc(n) local nn: nn:=convert(n, base, 10): add(nn[j], j=1..nops(nn)) end: a:=proc(n) if sd(sigma(n)^phi(n)) mod n = 0 then n else fi end: seq(a(n), n=1..2000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2006

MATHEMATICA

Do[s = DivisorSigma[1, n]^EulerPhi[n]; k = Plus @@ IntegerDigits[s]; If[Mod[k, n] == 0, Print[n]], {n, 1, 10^4}]

CROSSREFS

Sequence in context: A070302 A125329 A126487 this_sequence A142106 A078851 A142649

Adjacent sequences: A109666 A109667 A109668 this_sequence A109670 A109671 A109672

KEYWORD

base,more,nonn

AUTHOR

Ryan Propper (rpropper(AT)stanford.edu), Aug 06 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2006

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research