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!)
A121338 Pentagonal numbers P(k) that are one-third of other pentagonal numbers: P(k) such that 3*P(k)=P(m) for some m>k. 3
70, 511258935, 3732600255368600, 27250975409595074561065, 198953975772318806945317308330, 1452523584226469439408576900215922395, 10604587088767577582197244731443261336155260, 77421990626847055423676582260371016672624778798925 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The k values are (A001835(6n-2)+1)/6, the m values are (A001834(6n-3)+1)/6.
LINKS
FORMULA
a(n) = ((A001835(6n-2))^2-1)/24.
a(n) = 7300803*a(n-1)-7300803*a(n-2)+a(n-3). - Colin Barker, Jun 20 2015
G.f.: -5*x*(x^2+40545*x+14) / ((x-1)*(x^2-7300802*x+1)). - Colin Barker, Jun 20 2015
EXAMPLE
a(1) = ((A001835(4))^2-1)/24 = (41^2-1)/24 = 70; this number and 3*70=210 are pentagonal numbers (in A000326).
MATHEMATICA
CoefficientList[Series[5 (x^2 + 40545 x + 14)/((1 - x) (x^2 - 7300802 x + 1)), {x, 0, 20}], x] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) Vec(-5*x*(x^2+40545*x+14)/((x-1)*(x^2-7300802*x+1)) + O(x^20)) \\ Colin Barker, Jun 20 2015
CROSSREFS
Sequence in context: A116276 A056666 A172680 * A172776 A265728 A186073
KEYWORD
nonn,easy
AUTHOR
Franz Vrabec, Aug 28 2006
EXTENSIONS
Added more terms, Colin Barker, Jun 20 2015
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 8 08:55 EDT 2024. Contains 373207 sequences. (Running on oeis4.)