cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 21-23 of 23 results.

A051455 (Terms in A029623)/2.

Original entry on oeis.org

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
Offset: 0

Views

Author

Keywords

Examples

			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;
		

Crossrefs

Programs

  • 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

A051457 (Terms in A029627)/2.

Original entry on oeis.org

1, 1, 1, 1, 12, 1, 1, 24, 1, 1, 154, 98, 40, 1, 252, 138, 1, 567, 390, 60, 1, 957, 1, 2112, 825, 319, 84, 1, 1144, 403, 1, 6006, 1547, 112, 1, 1, 30030, 23452, 14560, 7098, 2660, 740, 144, 1, 53482, 38012, 21658, 9758, 3400, 884, 1, 114257, 91494, 59670, 31416
Offset: 0

Views

Author

Keywords

Crossrefs

A051458 (Terms in A029631)/2.

Original entry on oeis.org

4, 7, 13, 20, 10, 45, 13, 50, 112, 161, 63, 162, 273, 16, 225, 435, 588, 660, 1023, 19, 111, 396, 1683, 2178, 130, 507, 3861, 22, 637, 4004, 8151, 25, 196, 960, 3290, 8372, 16380, 25168, 30745, 221, 1156, 4250, 11662, 24752, 41548, 55913, 28, 1377, 5406
Offset: 0

Views

Author

Keywords

Crossrefs

Previous Showing 21-23 of 23 results.