The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017413 a(n) = 11*n + 2. 8
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; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From G. C. Greubel, Nov 11 2018: (Start)
a(n) = 2*a(n-1) - a(n-2).
G.f.: (2 + 9*x)/(1 - x)^2.
E.g.f.: (2 + 11*x)*exp(x). (End)
MATHEMATICA
Range[2, 1000, 11] (* Vladimir Joseph Stephan Orlovsky, May 28 2011 *)
LinearRecurrence[{2, -1}, {2, 13}, 60] (* Harvey P. Dale, Sep 26 2020 *)
PROG
(Magma) [11*n+2: n in [0..60]]; // Vincenzo Librandi, Sep 02 2011
(PARI) a(n)=11*n+2 \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
Sequence in context: A284516 A284651 A031038 * A194887 A230857 A263537
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 22 02:24 EDT 2024. Contains 372741 sequences. (Running on oeis4.)