Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119584
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119584 Sum{k=1 to phi(n)-1} t(n,k)*t(n,k+1), where t(n,k) is the k-th positive integer which is coprime to n and phi(n) is the number of positive integers which are <= n and are coprime to n. +0
1
0, 0, 2, 3, 20, 5, 70, 53, 121, 87, 330, 117, 572, 305, 507, 553, 1360, 481, 1938, 873, 1586, 1405, 3542, 1241, 3846, 2415, 4006, 2765, 7308, 1875, 8990, 4945, 6828, 5675, 9333, 4525, 15540, 8053, 11567, 7745, 21320, 6047, 24682, 12005, 15244, 14625 (list; graph; listen)
OFFSET

1,3

COMMENT

All primes are records and there exists records which are not primes, but they are rare (see A120033). - Robert G. Wilson v (rgwv(at)rgwv.com), Jun 05 2006

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

The positive integers which are <= 8 and are coprime to 8 are 1, 3, 5 and 7. So a(8) = 1*3 + 3*5 + 5*7 = 53.

MATHEMATICA

f[n_] := Block[{s = Select[ Range@n, GCD[ #, n] == 1 &]}, Plus @@ (Most@s*Rest@s)]; Array[f, 46] - Robert G. Wilson v (rgwv(at)rgwv.com), Jun 05 2006

CROSSREFS

Sequence in context: A038584 A108022 A108884 this_sequence A089181 A028425 A024630

Adjacent sequences: A119581 A119582 A119583 this_sequence A119585 A119586 A119587

KEYWORD

nonn

AUTHOR

Leroy Quet May 31 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Jun 05 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 December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research