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!)
A017653 a(n) = 12*n + 11. 12
11, 23, 35, 47, 59, 71, 83, 95, 107, 119, 131, 143, 155, 167, 179, 191, 203, 215, 227, 239, 251, 263, 275, 287, 299, 311, 323, 335, 347, 359, 371, 383, 395, 407, 419, 431, 443, 455, 467, 479, 491, 503, 515, 527, 539, 551, 563, 575, 587, 599, 611, 623, 635 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Or, with a different offset, 12*n - 1. In any case, numbers congruent to -1 (mod 12). - Alonso del Arte, May 29 2011
Numbers congruent to 2 (mod 3) and 3 (mod 4). - Bruno Berselli, Jul 06 2017
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Jun 08 2011
G.f.: (11+x)/(1-x)^2. - Colin Barker, Feb 19 2012
A089911(2*a(n)) = 11. - Reinhard Zumkeller, Jul 05 2013
a(n) = 2*A003215(n+1) - 1 - 2*A003215(n). See Twin Hexagonal Frames illustration. - Leo Tavares, Aug 19 2021
MATHEMATICA
Array[12*#+11&, 100, 0] (* Vladimir Joseph Stephan Orlovsky, Dec 14 2009 *)
PROG
(PARI) a(n)=12*n+11
(Magma) [12*n+11: n in [0..60]]; // Vincenzo Librandi, Jun 08 2011
(Haskell)
a017653 = (+ 11) . (* 12) -- Reinhard Zumkeller, Jul 05 2013
CROSSREFS
Subsequence of A072065.
Sequence in context: A041234 A041549 A136771 * A369463 A180316 A139793
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)