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!)
A192245 1-sequence of reduction of triangular number sequence by x^2 -> x+1. 2
0, 3, 9, 29, 74, 179, 403, 871, 1816, 3686, 7316, 14258, 27362, 51827, 97067, 180027, 331038, 604125, 1095085, 1973095, 3535810, 6305148, 11193384, 19790484, 34860084, 61193859, 107080413, 186826121, 325073906, 564190391 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A192232 for definition of "k-sequence of reduction of [sequence] by [substitution]".
LINKS
FORMULA
Empirical G.f.: x^2*(3-3*x+2*x^2)/(1-x)/(1-x-x^2)^3. [Colin Barker, Feb 10 2012]
a(n) = (1/2)*sum(A000045(i)(i^2+3i+2), i=0..n-1). - John M. Campbell, Feb 06 2016. [I assume this is also an empirical observation, not a theorem? - N. J. A. Sloane, Feb 28 2016]
MAPLE
with(combinat, fibonacci); seq((1/2)*(sum(fibonacci(i)*(i^2+3*i+2), i=0..n-1)), n=1..40) # John M. Campbell, Feb 06 2016
MATHEMATICA
(See A192244.)
CROSSREFS
Sequence in context: A218915 A258064 A161590 * A338645 A242558 A018361
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 26 2011
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 June 7 18:53 EDT 2024. Contains 373206 sequences. (Running on oeis4.)