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!)
A051455 (Terms in A029623)/2. 0
1, 1, 4, 1, 1, 7, 13, 12, 1, 20, 25, 1, 10, 45, 24, 1, 1, 13, 50, 112, 161, 154, 98, 40, 1, 63, 162, 273, 315, 252, 138, 1, 16, 225, 435, 588, 567, 390, 60, 1, 660, 1023, 1155, 957, 1, 19, 111, 396, 1683, 2178, 2112, 825, 319, 84, 1, 130, 507, 3861, 4290, 1144, 403, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
1;
1;
4,1;
1;
7,13,12,1;
20,25,1;
10,45,24,1;
1;
13,50,112,161,154,98,40,1;
63,162,273,315,252,138,1;
16,225,435,588,567,390,60,1;
660,1023,1155,957,1;
MAPLE
for n from 0 to 12 do
for k from 0 to n do
a := A029618(n, k) ;
if type(a, 'even') then
printf("%d, ", a/2) ;
end if;
end do:
printf("\n") ;
end do: # R. J. Mathar, Jul 08 2015
CROSSREFS
Sequence in context: A232968 A119673 A144447 * A346875 A289511 A158687
KEYWORD
nonn,easy,tabf
AUTHOR
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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)