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-4 of 4 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

A078156 A078153(n!).

Original entry on oeis.org

0, 0, 0, 0, 46, 702, 7479, 97902, 1231886, 15977798, 208298944, 3085485116, 45879947392, 749485746579, 12963973882204, 236404256556347, 4415737043058504, 88721524940832020, 1830113429944169943, 40228564066847381090, 921832573196324390682
Offset: 1

Views

Author

Labos Elemer, Nov 27 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Length[Union[Table[Floor[w!/j], {j, 1, w!}]]] -DivisorSigma[1, w! ], {w, 1, 9}]

Formula

a(n) = A078153(n!) = A078162(n) - A062569(n)

Extensions

Terms a(10) onward from Max Alekseyev, Feb 12 2012

A078157 a(n) = A078152(2^n).

Original entry on oeis.org

0, 0, 0, 2, 4, 8, 13, 22, 34, 52, 77, 114, 166, 240, 345, 494, 705, 1004, 1427, 2026, 2873, 4072, 5767, 8166, 11558, 16356, 23141, 32738, 46309, 65504, 92648, 131038, 185328, 262108, 370690, 524250, 741416, 1048536, 1482869, 2097110, 2965777
Offset: 1

Views

Author

Labos Elemer, Nov 27 2002

Keywords

Crossrefs

Formula

For n>1, a(n) = floor(sqrt(2^(n+2))) - n - 2

Extensions

Extended by Robert G. Wilson v, Dec 02 2002
More terms from Max Alekseyev, Feb 12 2012

A078158 a(n) = A078153(2^n).

Original entry on oeis.org

0, 0, 0, 8, 24, 73, 183, 470, 1112, 2592, 5876, 13233, 29316, 64329, 140028, 302824, 651101, 1393204, 2968129, 6300084, 13326815, 28108564, 59123162, 124065274, 259759346, 542781169, 1132075405, 2357197804, 4900443545, 10173068455, 21090365684
Offset: 1

Views

Author

Labos Elemer, Nov 27 2002

Keywords

Crossrefs

Programs

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

Extensions

Extended by Robert G. Wilson v, Dec 02 2002
Terms a(26) onward from Max Alekseyev, Feb 12 2012
Showing 1-4 of 4 results.