|
| |
|
|
A125511
|
|
Octagonal numbers of the form C*(3C - 2) with 3C - 2 = k^2 and C a composite number.
|
|
0
| |
|
|
96, 225, 1408, 3400, 9633, 12936, 22016, 43681, 53600, 78408, 93633, 130625, 152776, 205408, 308481, 350208, 446216, 696008, 854400, 943041, 1250656, 1493896, 1628033, 1923201, 2085000, 2439008, 3280256, 3774408, 4041441
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MAPLE
| Contribution from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 22 2010: (Start)
A000567 := proc(n) n*(3*n-2) ; end proc:
for n from 4 to 1600 do if not isprime(n) then if issqr(3*n-2) then printf("%d, ", A000567(n) ); end if; end if; end do: (End)
|
|
|
CROSSREFS
| Cf. A124106.
Sequence in context: A115437 A110231 A108609 * A124106 A202898 A202891
Adjacent sequences: A125508 A125509 A125510 * A125512 A125513 A125514
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Jan 19 2007
|
|
|
EXTENSIONS
| Extended beyond 22016 by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 22 2010
|
| |
|
|