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!)
A097021 Initial terms of chains consisting of five consecutive integers, for neither of which the value of sigma-function is divisible by six. 1
211248, 1146096, 3948048, 6090048, 14590800, 54100800, 61051248, 315758448, 567777600, 1715222448, 1912711248, 2408874048, 2636106048, 2744664048, 2811450096, 3304032048, 4647444048, 4832821296, 6020336448, 6028239600, 6739372800, 7824754800, 10110704400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
In A084301, that is among remainders of sigma(n) modulo 6, chains of 0's can be large. On the contrary, the length of non-0-remainder-chains is believed to be limited or occurrence of longer chains is rare. Consider remainders of sigma(5x) modulo 6.
The first 1000 terms are all divisible by 144. - Donovan Johnson, Aug 07 2013
LINKS
EXAMPLE
n = 14590800: sigma values for {n, n+1, n+2, n+3, n+4} = {59658880, 15110144, 22806063, 20958080, 25533914} have remainders modulo 6 as follows {4,2,3,2,2}.
PROG
(PARI) forstep(m=25, 10110704400, 25, if(sigma(m)%6<>0, n=m; c=1; forstep(j=m-1, m-4, -1, if(sigma(j)%6<>0, c++; n=j, j=m-4)); for(j=m+1, m+4, if(sigma(j)%6<>0, c++, j=m+4)); if(c>=5, print1(n ", ")))) /* Donovan Johnson, Aug 06 2013 */
CROSSREFS
Cf. A084301.
Sequence in context: A178421 A069175 A340158 * A236086 A123103 A259756
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 23 2004
EXTENSIONS
a(6)-a(20) from Donovan Johnson, Sep 03 2008
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 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)