login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017413 11*n+2. 6
2, 13, 24, 35, 46, 57, 68, 79, 90, 101, 112, 123, 134, 145, 156, 167, 178, 189, 200, 211, 222, 233, 244, 255, 266, 277, 288, 299, 310, 321, 332, 343, 354, 365, 376, 387, 398, 409, 420, 431, 442, 453, 464, 475, 486, 497, 508, 519, 530, 541, 552, 563, 574, 585 (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

MATHEMATICA

Range[2, 1000, 11] (* From Vladimir Joseph Stephan Orlovsky, May 28 2011 *)

PROG

(Other) sage: [i+2 for i in range(475) if gcd(i, 11) == 11] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 21 2009]

(MAGMA) [11*n+2: n in [0..60]]; // Vincenzo Librandi, Sep 02 2011

CROSSREFS

Cf. A008593, A017401, A017425.

Sequence in context: A029971 A090526 A031038 * A194887 A101863 A018628

Adjacent sequences:  A017410 A017411 A017412 * A017414 A017415 A017416

KEYWORD

nonn,easy

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.