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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047252 Numbers that are congruent to {0, 1, 3, 4, 5} mod 6. 1
0, 1, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

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

FORMULA

a(n) = floor(6n-3)/5) [From Gary Detlefs (gdetlefs(AT)aol.com), Mar 07 2010]

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

MAPLE

seq(floor(6*n-3)/5), n= 1..57); [From Gary Detlefs (gdetlefs(AT)aol.com), Mar 07 2010]

MATHEMATICA

Flatten[#+{0, 1, 3, 4, 5}&/@(6Range[0, 12])]  (* From Harvey P. Dale, Apr 21 2011 *)

CROSSREFS

Sequence in context: A184336 A183300 A155854 * A039235 A039179 A184518

Adjacent sequences:  A047249 A047250 A047251 * A047253 A047254 A047255

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 16 01:56 EST 2012. Contains 205860 sequences.