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!)
A144429 Starts 1 2 3 then successive terms have differences 1 2 3. 2
1, 2, 3, 4, 6, 9, 10, 12, 15, 16, 18, 21, 22, 24, 27, 28, 30, 33, 34, 36, 39, 40, 42, 45, 46, 48, 51, 52, 54, 57, 58, 60, 63, 64, 66, 69, 70, 72, 75, 76, 78, 81, 82, 84, 87, 88, 90, 93, 94, 96, 99, 100, 102, 105, 106, 108, 111, 112, 114, 117, 118, 120, 123, 124, 126, 129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Essentially the same sequence as A047231. - Stefan Steinerberger, Oct 17 2008
LINKS
FORMULA
G.f.: x(1+x)(1+x^2-x^3+2x^4)/((1+x+x^2)(1-x)^2). a(n)=a(n-3)+6, n>5. a(n) = 2n -11/3 +A099837(n+3)/3, n>2. [From R. J. Mathar, Oct 15 2008]
MATHEMATICA
Join[{1, 2}, LinearRecurrence[{1, 0, 1, -1}, {3, 4, 6, 9}, 100]] (* or *) nxt[ {a_, b_, c_}]:= {c+1, c+3, c+6}; Flatten[NestList[nxt, {1, 2, 3}, 30]] (* Harvey P. Dale, Nov 23 2012 *)
CROSSREFS
Sequence in context: A285082 A249602 A119761 * A260194 A014851 A177919
KEYWORD
nonn,easy
AUTHOR
Milton L. Brown (miltbrown(AT)earthlink.net), Oct 13 2008
EXTENSIONS
Extended by R. J. Mathar, Oct 15 2008
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)