Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091285
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091285 Numbers n such that sigma[3,n] is divisible by square of phi[n]. +0
8
1, 2, 3, 6, 14, 42, 3810, 318990, 13243560 (list; graph; listen)
OFFSET

1,2

COMMENT

First 8 terms are solutions to relations for all j as follows: {sigma[6j+3,x]/phi[x]^2 is integer} for j=1,...300. Full proof is possible in knowledge of divisors corresponding sigma[k,x] and phi[x.]

No more terms through 10^9. - Ryan Propper (rpropper(AT)cs.stanford.edu), Jan 18 2008

EXAMPLE

n=14: phi[n]^2=36,sigma[3,n]=3096=36.86

MATHEMATICA

Empirical test for very high powers of divisors is: t = {1, 2, 3, 6, 14, 42, 3810, 13243560} Table[{6*j+3, Union[Table[IntegerQ[DivisorSigma[6*j + 3, Part[t, k]]/EulerPhi[Part[t, k]]^2], {k, 1, 8}]]}, {j, 1, 300}]; output={exponent, True}.

PROGRAM

(PARI) for(n = 1, 10^9, if(sigma(n, 3) % (eulerphi(n)^2) == 0, print1(n, ", "))) - Ryan Propper (rpropper(AT)cs.stanford.edu), Jan 18 2008

CROSSREFS

Cf. A000010, A001158, A015773, A015779.

Sequence in context: A098641 A056569 A094468 this_sequence A109459 A118986 A091138

Adjacent sequences: A091282 A091283 A091284 this_sequence A091286 A091287 A091288

KEYWORD

more,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Feb 03 2004

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research