Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070555
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070555 Sum of positive integers k, where k <= n and GCD(k,2n+1) = GCD(k+1,2n+1). +0
2
1, 1, 6, 15, 12, 45, 66, 21, 120, 153, 50, 231, 180, 117, 378, 435, 144, 255, 630, 209, 780, 861, 198, 1035, 840, 375, 1326, 729, 476, 1653, 1770, 465, 1056, 2145, 714, 2415, 2556, 555, 1710, 3003, 1080, 3321, 1890, 1161, 3828, 2475, 1334, 2397, 4560, 1323 (list; graph; listen)
OFFSET

1,3

COMMENT

Note that whenever GCD(k,2n+1) = GCD(k+1,2n+1), this common value must be 1. - David Wasserman (wasserma(AT)spawar.navy.mil), May 13 2003

PROGRAM

(Matlab) function m = A070555(n) m = 0; for k = 1:(2*n + 1) if gcd(k, 2*n + 1) == gcd(k + 1, 2*n + 1) m = m + k; end end

CROSSREFS

Bisection of A069828.

Adjacent sequences: A070552 A070553 A070554 this_sequence A070556 A070557 A070558

Sequence in context: A003566 A070870 A123623 this_sequence A128512 A009579 A114812

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)Eunet.yu), Apr 29 2002

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), May 13 2003

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 October 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research