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!)
A257645 a(n) = 15*n + 14. 1
14, 29, 44, 59, 74, 89, 104, 119, 134, 149, 164, 179, 194, 209, 224, 239, 254, 269, 284, 299, 314, 329, 344, 359, 374, 389, 404, 419, 434, 449, 464, 479, 494, 509, 524, 539, 554, 569, 584, 599, 614, 629, 644, 659, 674, 689, 704, 719, 734, 749, 764, 779 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
A123159(a(n)) <= 4.
This is not a subsequence of A047725 (for example, 239 is missing in A047725). - Bruno Berselli, Nov 06 2015
Equivalently, intersection of A016897 and A016789. - Bruno Berselli, Jan 24 2018
LINKS
FORMULA
G.f.: (14 + x)/(1 - x)^2.
a(n) = A008597(n+1) - 1. - Omar E. Pol, Nov 05 2015
a(n) = A016897(3n+2) = A175887(2n+2) = A204542(4n+4). - Bruno Berselli, Nov 06 2015
E.g.f.: (15*x + 14)*exp(x). - G. C. Greubel, Apr 23 2018
a(n) = 2*a(n-1)-a(n-2). - Wesley Ivan Hurt, Dec 27 2023
MAPLE
seq(15*n+14, n=0..51);
MATHEMATICA
15 Range[50] - 1
PROG
(Magma) [15*n+14: n in [0..51]];
(PARI) for(n=0, 51, print1(15*n+14, ", "));
CROSSREFS
Sequence in context: A041384 A041382 A047725 * A046045 A132756 A192836
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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)