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!)
A128922 Numbers simultaneously 10-gonal and centered 10-gonal. 3
1, 451, 145351, 46802701, 15070324501, 4852597686751, 1562521384809451, 503127033310956601, 162005342204743216201, 52165217062894004660251, 16797037888909664757384751 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
S. C. Schlicker, Numbers Simultaneously Polygonal and Centered Polygonal, Mathematics Magazine, Vol. 84, No. 5, December 2011, pp. 339-350.
FORMULA
Let x(n) + y(n)*sqrt(80) =: (10+sqrt(80))*(9+sqrt(80))^n, s(n) = (y(n)+1)/2; then a(n) = (1/2)*(2+10*(s(n)^2-s(n))).
From Richard Choulet, Oct 01 2007: (Start)
a(n+2) = 322*a(n+1)-a(n)+130.
a(n+1) = 161*a(n)+65+9*(320*a(n)^2+260*a(n)+45)^0.5.
G.f.: z*(1+128*z+z^2)/((1-z)*(1-322*z+z^2)). (End)
EXAMPLE
a(1) = 451 because 451 is the tenth centered 10-gonal number and the eleventh 10-gonal number.
MAPLE
CP := n -> 1+1/2*10*(n^2-n): N:=10: u:=9: v:=1: x:=10: y:=1: k_pcp:=[1]: for i from 1 to N do tempx:=x; tempy:=y; x:=tempx*u+80*tempy*v: y:=tempx*v+tempy*u: s:=(y+1)/2: k_pcp:=[op(k_pcp), CP(s)]: end do: k_pcp;
CROSSREFS
Sequence in context: A020268 A345319 A066322 * A224560 A224568 A224561
KEYWORD
easy,nonn
AUTHOR
Steven Schlicker, Apr 24 2007
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)