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!)
A203136 Indices of decagonal numbers that are also hexagonal. 2
1, 20, 667, 22646, 769285, 26133032, 887753791, 30157495850, 1024467105097, 34801724077436, 1182234151527715, 40161159427864862, 1364297186395877581, 46345943178031972880, 1574397770866691200327, 53483178266289468838226, 1816853663282975249299345 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
As n increases, this sequence is approximately geometric with common ratio (1+sqrt(2))^4=17+12*sqrt(2).
LINKS
FORMULA
G.f.: x(1-15*x+2*x^2) / ((1-x)*(1-34*x+x^2))
a(n) = 35*a(n-1)-35*a(n-2)+a(n-3)
a(n) = 34*a(n-1)-a(n-2)-12
a(n) = 1/16 *((3-sqrt(2))*(1+sqrt(2))^(4*n-2)+(3+sqrt(2))*(1-sqrt(2))^(4*n-2)+6)
a(n) = ceiling(1/16*(3-sqrt(2))*(1+sqrt(2))^(4*n-2))
EXAMPLE
The second decagonal number which is also hexagonal is A001107(20) = 1540. Hence a(2) = 20.
MATHEMATICA
LinearRecurrence[{35, -35, 1}, {1, 20, 667}, 17]
CROSSREFS
Sequence in context: A201724 A006410 A159874 * A034404 A179712 A012802
KEYWORD
nonn,easy
AUTHOR
Ant King, Dec 30 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 May 17 10:20 EDT 2024. Contains 372594 sequences. (Running on oeis4.)