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!)
A097503 Numbers k such that A000203(k) = sigma(k) is not divisible by 6. 1
1, 2, 3, 4, 7, 8, 9, 12, 13, 16, 18, 19, 21, 25, 27, 28, 31, 32, 36, 37, 39, 43, 48, 49, 50, 52, 57, 61, 63, 64, 67, 72, 73, 75, 76, 79, 81, 84, 91, 93, 97, 98, 100, 103, 108, 109, 111, 112, 117, 121, 124, 127, 128, 129, 133, 139, 144, 148, 151, 156, 157, 162, 163, 169 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Positions of nonzero terms in A084301. - Ivan Neretin, Jan 26 2017
LINKS
MATHEMATICA
Select[Range[170], ! Divisible[DivisorSigma[1, #], 6] &] (* Ivan Neretin, Jan 26 2017 *)
PROG
(PARI) isok(n) = (sigma(n) % 6) != 0; \\ Michel Marcus, Jan 26 2017
CROSSREFS
Complement of A074627.
Sequence in context: A276876 A047202 A064953 * A030701 A305924 A328134
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 23 2004
EXTENSIONS
Definition corrected by Ivan Neretin, Jan 26 2017
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)