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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047216 Numbers that are congruent to {1, 2} mod 5. 21
1, 2, 6, 7, 11, 12, 16, 17, 21, 22, 26, 27, 31, 32, 36, 37, 41, 42, 46, 47, 51, 52, 56, 57, 61, 62, 66, 67, 71, 72, 76, 77, 81, 82, 86, 87, 91, 92, 96, 97, 101, 102, 106, 107, 111, 112, 116, 117, 121, 122, 126, 127, 131, 132, 136, 137, 141, 142, 146, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

This sequence is related to A176059 by a(n) = sum(A176059(i), i=0..n-1) - A176059(n).

LINKS

Table of n, a(n) for n=1..60.

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

FORMULA

a(n) = 5*n-a(n-1)-7 with n>1, a(1)=1. - Vincenzo Librandi, Aug 05 2010

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

a(n) = (10*n-3*(-1)^n-9)/4. - Bruno Berselli, Mar 10 2012

MATHEMATICA

Select[Range[0, 200], MemberQ[{1, 2}, Mod[#, 5]] &] (* From Vladimir Joseph Stephan Orlovsky, Feb 12 2012 *)

PROG

(PARI) a(n)=(n-1)\2*5+2-n%2 \\ Charles R Greathouse IV, Dec 22 2011

CROSSREFS

Cf. A047209, A047211, A047212, A176059.

Sequence in context: A029507 A047552 A221847 * A039568 A032926 A214991

Adjacent sequences:  A047213 A047214 A047215 * A047217 A047218 A047219

KEYWORD

nonn,easy,changed

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 20 01:43 EDT 2013. Contains 225445 sequences.