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!)
A017017 a(n) = 7*n + 3. 23
3, 10, 17, 24, 31, 38, 45, 52, 59, 66, 73, 80, 87, 94, 101, 108, 115, 122, 129, 136, 143, 150, 157, 164, 171, 178, 185, 192, 199, 206, 213, 220, 227, 234, 241, 248, 255, 262, 269, 276, 283, 290, 297, 304, 311, 318, 325, 332, 339, 346, 353, 360, 367, 374, 381 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From G. C. Greubel, Oct 17 2023: (Start)
G.f.: (3 + 4*x)/(1 - x)^2.
E.g.f.: (3 + 7*x)*exp(x). (End)
MAPLE
A017017:=n->7*n + 3; seq(A017017(n), n=0..100); # Wesley Ivan Hurt, Feb 24 2014
MATHEMATICA
Range[3, 600, 7] (* Vladimir Joseph Stephan Orlovsky, May 27 2011 *)
PROG
(Magma) [7*n+3: n in [0..60]]; // Vincenzo Librandi, May 28 2011
(PARI) a(n)=7*n+3 \\ Charles R Greathouse IV, Jul 02 2013
(SageMath) [7*n+3 for n in range(80)] # G. C. Greubel, Oct 17 2023
CROSSREFS
Sequence in context: A025395 A047702 A219726 * A297665 A309347 A273235
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 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)