|
| |
|
|
A047393
|
|
Numbers that are congruent to {0, 1} mod 8.
|
|
3
|
|
|
|
0, 1, 8, 9, 16, 17, 24, 25, 32, 33, 40, 41, 48, 49, 56, 57, 64, 65, 72, 73, 80, 81, 88, 89, 96, 97, 104, 105, 112, 113, 120, 121, 128, 129, 136, 137, 144, 145, 152, 153, 160, 161, 168, 169, 176, 177, 184, 185, 192, 193, 200, 201, 208, 209, 216, 217, 224, 225, 232
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,3
|
|
|
LINKS
|
Table of n, a(n) for n=1..59.
Index to sequences with linear recurrences with constant coefficients, signature (1,1,-1).
|
|
|
FORMULA
|
a(n)=8*n-a(n-1)-15 (with a(1)=0) [From Vincenzo Librandi, Aug 05 2010]
a(n)=4*n-11/2-3*(-1)^n/2. G.f. x^2*(1+7*x) / ( (1+x)*(x-1)^2 ). - R. J. Mathar, Oct 08 2011
a(n+1)=Sum_k>=0 {A030308(n,k)*A146541(k)}. - From Philippe Deléham, Oct 17 2011.
|
|
|
MAPLE
|
a[0]:=0:a[1]:=1:for n from 2 to 100 do a[n]:=a[n-2]+8 od: seq(a[n], n=0..58); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 16 2008
|
|
|
PROG
|
(PARI) forstep(n=0, 200, [1, 7], print1(n", ")) \\ Charles R Greathouse IV, Oct 17 2011
|
|
|
CROSSREFS
|
Sequence in context: A050688 A134334 A079669 * A037371 A046790 A057111
Adjacent sequences: A047390 A047391 A047392 * A047394 A047395 A047396
|
|
|
KEYWORD
|
nonn,easy,changed
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
EXTENSIONS
|
More terms from James A. Sellers, Jun 20 2000
|
|
|
STATUS
|
approved
|
| |
|
|