|
| |
|
|
A047263
|
|
Numbers that are congruent to {0, 1, 2, 4, 5} mod 6.
|
|
1
| |
|
|
0, 1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 82, 83, 84, 85
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| Complement of A016945. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 25 2008
|
|
|
FORMULA
| O.g.f.: x*(1+x^2)*(x^2+x+1)/[(-1+x)^2 *(x^4+x^3+x^2+x+1)] . a(n) = a(n-5)+6 . - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 25 2008
|
|
|
MAPLE
| for n from 0 to 200 do if n mod 6 <> 3 then printf(`%d, `, n) fi: od:
|
|
|
MATHEMATICA
| Select[Range[0, 100], Mod[#, 6]!=3&] (* From Harvey P. Dale, May 17 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A139143 A183571 A184528 * A039244 A160044 A180917
Adjacent sequences: A047260 A047261 A047262 * A047264 A047265 A047266
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| More terms from James A. Sellers (sellersj(AT)math.psu.edu), Feb 19 2001
|
| |
|
|