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!)
A145909 First 6-fold decimation of A061039. First bisection of A144454. 2
0, 8, 8, 16, 80, 40, 56, 224, 32, 40, 440, 176, 208, 728, 280, 320, 1088, 136, 152, 1520, 560, 616, 2024, 736, 800, 2600, 312, 336, 3248, 1160, 1240, 3968, 1408, 1496, 4760, 560, 592, 5624, 1976, 2080, 6560, 2296, 2408, 7568, 880, 920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A061039(6*n+3).
MAPLE
A145909 := proc(n) ; A061039(6*n+3) end proc:
seq(A145909(n), n=0..80) ; # R. J. Mathar, Jan 06 2011
MATHEMATICA
Numerator[(1/9)*(1 - 1/(2*Range[0, 75]+1)^2)] (* G. C. Greubel, Mar 08 2022 *)
PROG
(Sage) [numerator((1/9)*(1 - 1/(2*n+1)^2)) for n in (0..75)] # G. C. Greubel, Mar 08 2022
CROSSREFS
Sequence in context: A245420 A022091 A171188 * A168409 A135405 A006784
KEYWORD
nonn,easy,less
AUTHOR
Paul Curtz, Oct 24 2008
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)