|
| |
|
|
A047451
|
|
Numbers that are congruent to {0, 6} mod 8.
|
|
1
| |
|
|
0, 6, 8, 14, 16, 22, 24, 30, 32, 38, 40, 46, 48, 54, 56, 62, 64, 70, 72, 78, 80, 86, 88, 94, 96, 102, 104, 110, 112, 118, 120, 126, 128, 134, 136, 142, 144, 150, 152, 158, 160, 166, 168, 174, 176, 182, 184, 190
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Index to sequences with linear recurrences with constant coefficients, signature (1,1,-1).
|
|
|
FORMULA
| a(n)=8*n-a(n-1)-10 (with a(1)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 06 2010]
a(n) =4*n-3+(-1)^n. G.f. 2*x^2*(3+x) / ( (1+x)*(x-1)^2 ). - R. J. Mathar, Oct 08 2011
a(n+1)=Sum_k>=0 {A030308(n,k)*b(k)} with b(0)=6 and b(k)=2^(k+2) for k>0. - From DELEHAM Philippe, Oct 17 2011.
|
|
|
PROG
| (PARI) forstep(n=0, 200, [6, 2], print1(n", ")) \\ Charles R Greathouse IV, Oct 17 2011
|
|
|
CROSSREFS
| Sequence in context: A058938 A101729 A178950 * A194399 A101123 A102721
Adjacent sequences: A047448 A047449 A047450 * A047452 A047453 A047454
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|