login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047244 Numbers that are congruent to {0, 2, 3} mod 6. 1
0, 2, 3, 6, 8, 9, 12, 14, 15, 18, 20, 21, 24, 26, 27, 30, 32, 33, 36, 38, 39, 42, 44, 45, 48, 50, 51, 54, 56, 57, 60, 62, 63, 66, 68, 69, 72, 74, 75, 78, 80, 81, 84, 86, 87, 90, 92, 93, 96, 98, 99, 102, 104, 105, 108, 110, 111, 114, 116, 117, 120, 122, 123 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (1,0,1,-1).

FORMULA

G.f. ( x^2*(2+x+3*x^2) ) / ( (1+x+x^2)*(x-1)^2 ). - R. J. Mathar, Oct 08 2011

MATHEMATICA

Select[Range[0, 200], Mod[#, 6] == 0 || Mod[#, 6] == 2 || Mod[#, 6] == 3 &] (* From Vladimir Joseph Stephan Orlovsky, Jul 07 2011 *)

CROSSREFS

Cf. A047240, A047242.

Sequence in context: A092114 A032711 A135768 * A111215 A099381 A089437

Adjacent sequences:  A047241 A047242 A047243 * A047245 A047246 A047247

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.