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!)
A014934 a(1)=1, a(n)=n*17^(n-1)+a(n-1). 1
1, 35, 902, 20554, 438159, 8957301, 177920284, 3460629668, 66242446637, 1252121211607, 23428054116546, 434690809808142, 8008779893795035, 146672872354478153, 2672340270745492088, 48471109094902544776, 875711370981239308953 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 35*a(n-1)-323*a(n-2)+289*a(n-3). - Colin Barker, Dec 17 2014
G.f.: -x / ((x-1)*(17*x-1)^2). - Colin Barker, Dec 17 2014
E.g.f.: (exp(x) + (272*x-1)*exp(17*x))/256. - Robert Israel, Dec 17 2014
PROG
(PARI) Vec(-x/((x-1)*(17*x-1)^2) + O(x^100)) \\ Colin Barker, Dec 17 2014
CROSSREFS
Sequence in context: A062194 A004372 A080250 * A115473 A002453 A240826
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 June 9 11:46 EDT 2024. Contains 373239 sequences. (Running on oeis4.)