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!)
A017137 a(n) = 8*n+6. 31
6, 14, 22, 30, 38, 46, 54, 62, 70, 78, 86, 94, 102, 110, 118, 126, 134, 142, 150, 158, 166, 174, 182, 190, 198, 206, 214, 222, 230, 238, 246, 254, 262, 270, 278, 286, 294, 302, 310, 318, 326, 334, 342, 350, 358, 366, 374, 382, 390, 398, 406, 414, 422, 430 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
First differences of A002943. - Aaron David Fairbanks, May 13 2014
LINKS
Tanya Khovanova, Recursive Sequences.
FORMULA
a(n) = 2*A004767(n) = A000290(A017245(n)) - A156676(n+1). - Reinhard Zumkeller, Jul 13 2010
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Jun 07 2011
A089911(3*a(n)) = 4. - Reinhard Zumkeller, Jul 05 2013
From Michael Somos, May 15 2014: (Start)
G.f.: (6 + 2*x) / (1 - x)^2.
E.g.f.: (6 + 8*x) * exp(x). (End)
Sum_{n>=0} (-1)^n/a(n) = (Pi + log(3-2*sqrt(2)))/(8*sqrt(2)). - Amiram Eldar, Dec 11 2021
EXAMPLE
G.f. = 6 + 14*x + 22*x^2 + 30*x^3 + 38*x^4 + 46*x^5 + 54*x^6 + 62*x^7 + ...
MAPLE
A017137:=n->8*n+6; seq(A017137(n), n=0..50); # Wesley Ivan Hurt, May 13 2014
MATHEMATICA
Range[6, 1000, 8] (* Vladimir Joseph Stephan Orlovsky, May 27 2011 *)
8Range[0, 60]+6 (* or *) LinearRecurrence[{2, -1}, {6, 14}, 60] (* Harvey P. Dale, Nov 14 2021 *)
PROG
(Magma) [8*n+6: n in [0..60]]; // Vincenzo Librandi, Jun 07 2011
(Haskell)
a017137 = (+ 6) . (* 8) -- Reinhard Zumkeller, Jul 05 2013
(PARI) a(n) = 8*n+6; \\ Michel Marcus, Sep 17 2015
(PARI) Vec((6+2*x)/(1-x)^2 + O(x^100)) \\ Altug Alkan, Oct 23 2015
CROSSREFS
Cf. A017629, A047595 (complement).
Sequence in context: A079299 A043445 A189785 * A211998 A190522 A079797
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 1996
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 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)