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.

Showing 1-3 of 3 results.

A078160 a(n) = A055086(n!).

Original entry on oeis.org

1, 2, 4, 8, 20, 52, 140, 400, 1203, 3808, 12634, 43771, 157821, 590518, 2287070, 9148286, 37719353, 160029667, 697553152, 3119552536, 14295585635, 67052240163, 321571247089, 1575370942644, 7876854713228, 40164235888490, 208699491618146, 1104333907134455, 5947020092025820
Offset: 1

Views

Author

Labos Elemer, Nov 27 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ Length[ Union[ Table[ Floor[w!/j], {j, 1, w!}]]], {w, 1, 11}]
    a[n_] := Floor[Sqrt[4*n! + 1]] - 1; Array[a, 30] (* Amiram Eldar, Aug 18 2024 *)
  • PARI
    a(n)=sqrtint(4*n! + 1) - 1 \\ Charles R Greathouse IV, Mar 01 2018

Formula

a(n) = A027423(n) + A078155(n). - Amiram Eldar, Aug 18 2024

Extensions

Extended by Robert G. Wilson v, Dec 02 2002
More terms from Charles R Greathouse IV, Mar 01 2018
a(25)-a(29) from Amiram Eldar, Aug 18 2024

A078162 a(n) = A051201(n!).

Original entry on oeis.org

1, 1, 3, 12, 60, 406, 3120, 26823, 257022, 2712926, 31311886, 392308000, 5302926524, 76924127104, 1191973363059, 19650226851964, 343408795841627, 6341818750193544, 123405357866753108, 2523790088462591703, 54119963305579115810, 1214292989338825766682
Offset: 0

Views

Author

Labos Elemer, Nov 27 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ Apply[ Plus, Union[ Table[ Floor[w!/j], {j, 1, w!}]]], {w, 1, 11}]

Extensions

Extended by Robert G. Wilson v, Dec 02 2002
Terms a(12) onward from Max Alekseyev, Feb 12 2012
a(0)=1 prepended by Alois P. Heinz, Oct 31 2023

A078161 a(n) = A051201(2^n).

Original entry on oeis.org

1, 3, 7, 15, 39, 87, 200, 438, 981, 2135, 4639, 9971, 21424, 45699, 97096, 205563, 433895, 913244, 1917491, 4016704, 8397235, 17521118, 36497171, 75900377, 157619705, 326868209, 676998896, 1400510860, 2894068715, 5974185368, 12320552102, 25385332979
Offset: 0

Views

Author

Labos Elemer, Nov 27 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ Apply[ Plus, Union[ Table[ Floor[2^w/j], {j, 1, 2^w}]]], {w, 1, 25}]

Extensions

Extended by Robert G. Wilson v, Dec 02 2002
Terms a(26) onward from Max Alekseyev, Feb 12 2012
a(0)=1 prepended by Alois P. Heinz, Oct 31 2023
a(21) corrected by Sean A. Irvine, Jun 18 2025
Showing 1-3 of 3 results.