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!)
A123005 Expansion of g.f. x^2/(1-2*x-49*x^2). 4
0, 1, 2, 53, 204, 3005, 16006, 179257, 1142808, 11069209, 78136010, 698663261, 5225991012, 44686481813, 345446523214, 2880530655265, 22687940948016, 186521884004017, 1484752874460818, 12109078065118469, 96971046978817020 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
REFERENCES
Jay Kappraff, Beyond Measure, A Guided Tour Through Nature, Myth and Number, World Scientific, 2002.
LINKS
FORMULA
a(n) = 2*a(n-1) +49*a(n-2).
a(n) = (7*i)^(n-2)*ChebyshevU(n-2, -i/7). - G. C. Greubel, Jul 12 2021
MATHEMATICA
CoefficientList[Series[x^2/(1-2x-49x^2), {x, 0, 30}], x] (* Harvey P. Dale, Apr 12 2020 *
PROG
(Magma) I:=[0, 1]; [n le 2 select I[n] else 2*Self(n-1) -49*Self(n-2): n in [1..31]]; // G. C. Greubel, Jul 12 2021
(Sage) [(7*i)^(n-2)*chebyshev_U(n-2, -i/7) for n in [1..30]] # G. C. Greubel, Jul 12 2021
CROSSREFS
Sequences of the form (m*i)^(n-1)*ChebyshevU(n-1, -i/m): A131577 (m=0), A000129 (m=1), A085449 (m=2), A002534 (m=3), A161007 (m=4), A123004 (m=5), this sequence (m=7), A123006 (m=11).
Sequence in context: A248993 A248994 A212242 * A281227 A142477 A119112
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Definition replaced by generating function - the Assoc. Eds. of the OEIS, Mar 27 2010
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 24 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)