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!)
A109021 (2*7^n - 6*3^n + 4)/6. 1
0, 0, 8, 88, 720, 5360, 38488, 272328, 1915040, 13431520, 94099368, 658931768, 4613230960, 32294742480, 226069574648, 1582506154408, 11077600476480, 77543375522240, 542804145216328, 3799630566196248, 26597418612419600, 186181944234074800, 1303273651479936408 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of incongruent integer-edged Heron triangles whose circumdiameter is the product of n distinct primes of shape 4k + 1 and which are not right-angled.
LINKS
FORMULA
a(n) = 8*A016212(n-2).
(0)=0, a(1)=0, a(2)=8, a(n)=11*a(n-1)-31*a(n-2)+21*a(n-3). - Harvey P. Dale, Jan 30 2013
G.f.: -8*x^2 / ( (x-1)*(3*x-1)*(7*x-1) ). - R. J. Mathar, Feb 10 2016
MATHEMATICA
Table[(2*7^n-6*3^n+4)/6, {n, 0, 30}] (* or *) LinearRecurrence[{11, -31, 21}, {0, 0, 8}, 30] (* Harvey P. Dale, Jan 30 2013 *)
CROSSREFS
Sequence in context: A300263 A367278 A030984 * A271939 A043043 A003492
KEYWORD
nonn,easy
AUTHOR
Alex Fink and R. K. Guy, Aug 18 2005
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)