login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145911 A145909(n)/8. 3
0, 1, 1, 2, 10, 5, 7, 28, 4, 5, 55, 22, 26, 91, 35, 40, 136, 17, 19, 190, 70, 77, 253, 92, 100, 325, 39, 42, 406, 145, 155, 496, 176, 187, 595, 70, 74, 703, 247, 260, 820, 287, 301, 946, 110, 115, 1081, 376, 392, 1225, 425, 442, 1378 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

a(n)=A106619(n)*A106619(n+1).

MAPLE

A061039 := proc(n) numer(1/9-1/n^2) ; end proc:

A145909 := proc(n) ; A061039(6*n+3); end proc:

A145911 := proc(n) ; A145909(n)/8; end proc:

seq(A145911(n), n=0..80) ; # R. J. Mathar, Jan 06 2011

CROSSREFS

Sequence in context: A140393 A000170 A038216 * A027626 A096668 A114232

Adjacent sequences:  A145908 A145909 A145910 * A145912 A145913 A145914

KEYWORD

nonn,easy

AUTHOR

Paul Curtz (bpcrtz(AT)free.fr), Oct 24 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:58 EST 2012. Contains 205985 sequences.