Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066025
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066025 Numbers n such that GCD(Sigma(n), Sigma(n+1)) > n. +0
1
5, 12, 14, 70, 88, 125, 180, 204, 206, 220, 957, 1253, 1334, 1364, 1634, 1673, 1750, 1888, 1919, 2685, 2759, 2958, 2974, 3127, 4364, 5191, 7615, 8142, 8632, 9114, 11219, 12000, 12035, 14664, 14841, 18414, 18762, 18873, 19358, 20118 (list; graph; listen)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

EXAMPLE

GCD(Sigma(12), Sigma(13)) = GCD(28, 14) = 14 > 12.

MATHEMATICA

Select[Range[1, 10^5], GCD[DivisorSigma[1, # ], DivisorSigma[ 1, # + 1]] > # &]

PROGRAM

(PARI) { n=0; s=1; for (m=1, 10^9, t=s; s=sigma(m + 1); if (gcd(t, s) > m, write("b066025.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 07 2009]

CROSSREFS

Cf. A000010.

Sequence in context: A014156 A114073 A037007 this_sequence A009824 A087090 A161756

Adjacent sequences: A066022 A066023 A066024 this_sequence A066026 A066027 A066028

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 11 2001

EXTENSIONS

Definition and EXAMPLE edited by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 07 2009

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