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!)
A048907 Indices of 9-gonal numbers which are also triangular. 4
1, 10, 154, 2449, 39025, 621946, 9912106, 157971745, 2517635809, 40124201194, 639469583290, 10191389131441, 162422756519761, 2588572715184730, 41254740686435914, 657487278267789889, 10478541711598202305, 166999180107303446986, 2661508340005256949466 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Entries are == 1 (mod 3). - N. J. A. Sloane, Sep 22, 2007
lim(n -> Infinity, a(n)/a(n-1)) = 8 + 3*sqrt(7). - Ant King, Nov 03 2011
LINKS
Eric Weisstein's World of Mathematics, Nonagonal Triangular Number.
FORMULA
G.f.: x*(1-7*x+x^2)/((1-x)*(1-16*x+x^2)).
a(n+2) = 16*a(n+1)-a(n)-5, a(n+1) = 8*a(n)-2.5+1.5*(28*a(n)^2-20*a(n)+1)^0.5. - Richard Choulet, Sep 22 2007
From Ant King, Nov 03 2011: (Start)
a(n) = 17*a(n-1) - 17*a(n-2) + a(n-3).
a(n) = ceiling(3/28*(3-sqrt(7))*(8 + 3*sqrt(7))^n).
(End)
MATHEMATICA
LinearRecurrence[{17, -17, 1}, {1, 10, 154}, 17]; (* Ant King, Nov 03 2011 *)
PROG
(PARI) Vec(-x*(x^2-7*x+1)/((x-1)*(x^2-16*x+1)) + O(x^20)) \\ Colin Barker, Jun 22 2015
CROSSREFS
Sequence in context: A349490 A269608 A240196 * A061654 A298081 A240374
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 20 12:27 EDT 2024. Contains 372712 sequences. (Running on oeis4.)