|
| |
|
|
A008593
|
|
Multiples of 11.
|
|
49
| |
|
|
0, 11, 22, 33, 44, 55, 66, 77, 88, 99, 110, 121, 132, 143, 154, 165, 176, 187, 198, 209, 220, 231, 242, 253, 264, 275, 286, 297, 308, 319, 330, 341, 352, 363, 374, 385, 396, 407, 418, 429, 440, 451, 462, 473, 484, 495, 506, 517, 528, 539, 550, 561, 572, 583
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
LINKS
| Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Tanya Khovanova, Recursive Sequences
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 323
|
|
|
FORMULA
| a(n) = 11*n
|
|
|
MAPLE
| g:=(1+10*z)/((1-z)): gser:=series(g, z=0, 88): seq((coeff(gser, z, n))*n, n=0..77); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 25 2009]
|
|
|
MATHEMATICA
| Range[0, 1000, 11] (* From Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), May 28 2011 *)
|
|
|
PROG
| (MAGMA) [11*n: n in [0..60]]; /7 Vincenzo Librandi, Sep 18 2011
|
|
|
CROSSREFS
| Cf. A008591, A008592.
Sequence in context: A044896 A048841 A059632 * A135499 A080195 A004920
Adjacent sequences: A008590 A008591 A008592 * A008594 A008595 A008596
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|