Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A008593
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A008593 Multiples of 11. +0
37
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 (list; graph; listen)
OFFSET

0,2

LINKS

Tanya Khovanova, Recursive Sequences

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 323

MAPLE

with(finance):seq(add(cashflows( [3, 3, 5], 0), k=0..n), n=-1..51); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 21 2008

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

lst={}; Do[AppendTo[lst, n*11], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 01 2008]

PROGRAM

(Other) sage: [i for i in range(460) if gcd(11, i) == 11] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 21 2009]

CROSSREFS

Sequence in context: A044896 A048841 A059632 this_sequence A135499 A080195 A004920

Adjacent sequences: A008590 A008591 A008592 this_sequence A008594 A008595 A008596

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research