|
| |
|
|
A106839
|
|
Numbers congruent to 11 mod 16.
|
|
4
| |
|
|
11, 27, 43, 59, 75, 91, 107, 123, 139, 155, 171, 187, 203, 219, 235, 251, 267, 283, 299, 315, 331, 347, 363, 379, 395, 411, 427, 443, 459, 475, 491, 507, 523, 539, 555, 571, 587, 603, 619, 635, 651, 667, 683, 699, 715, 731, 747, 763, 779, 795, 811, 827, 843
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
LINKS
| Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Tanya Khovanova, Recursive Sequences
Index to sequences with linear recurrences with constant coefficients, signature (2,-1).
|
|
|
FORMULA
| G.f. x*(11+5*x) / ( (x-1)^2 ). - R. J. Mathar, Oct 08 2011
a(n) = 11+16*n; a(n) = 32*n-a(n-1)+6, a(0)=11. - Vincenzo Librandi, Oct 10 2011
|
|
|
MATHEMATICA
| Range[11, 1000, 16] (* From Vladimir Joseph Stephan Orlovsky, May 31 2011 *)
|
|
|
PROG
| (MAGMA) [[ n : n in [1..1000] | n mod 16 eq 11]]; // Vincenzo Librandi, Oct 10 2011
|
|
|
CROSSREFS
| Differs from A044072.
Cf. A008598, A119413, A051062.
Sequence in context: A165608 A152574 A035701 * A044072 A044453 A137019
Adjacent sequences: A106836 A106837 A106838 * A106840 A106841 A106842
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Ralf Stephan, May 03 2005
|
| |
|
|