login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097016 a(n)=x is the first term in chain of consecutive integers, for all of which the value of sigma[x] is divisible by 6. 0
5, 5, 22, 44, 85, 85, 230, 260, 352, 950, 950, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1901, 1901, 7249, 7249, 7249, 12932, 12932, 12932, 12932, 12932, 38852, 38852, 226324, 226324, 235372, 235372, 235372, 413974, 413974, 423485, 423485 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It appears that arbitrarily long chains exist.
LINKS
EXAMPLE
n=52: a(52)=1270685 means that all entries in {sigma[a(52)],...,sigma[1270685+52-1]} ={1666224,...,2520672} are divisible by 6.
MATHEMATICA
With[{ds=Table[If[Divisible[DivisorSigma[1, n], 6], 1, 0], {n, 450000}]}, Flatten[ Table[SequencePosition[ds, PadRight[{}, n, 1], 1], {n, 40}], 1][[All, 1]]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Mar 06 2018 *)
CROSSREFS
Sequence in context: A365104 A014619 A205140 * A183257 A255456 A338936
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 23 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)