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-2 of 2 results.

A062876 Numbers of lattice points corresponding to incrementally largest circle radii in A062875.

Original entry on oeis.org

4, 12, 20, 28, 44, 52, 68, 76, 92, 116, 124, 148, 164, 172, 188, 212, 236, 244, 268, 284, 292, 316, 332, 356, 388, 404, 412, 428, 436, 452, 508, 524, 548, 556, 596, 604, 628, 652, 668, 692, 716, 724, 764, 772, 788, 796, 844, 892, 908, 916, 932, 956, 964
Offset: 1

Views

Author

Keywords

Comments

For n = 1 and n >= 3, a(n) is the smallest nonsquarefree number divisible by prime(n). - David James Sycamore, Jun 15 2024

Crossrefs

Programs

Formula

a(n) = A017113(A111333(n)-1) = 8*A111333(n) - 4.
For n >= 2 a(n) = 4*A000040(n) (a term in A013929). - David James Sycamore, Jun 15 2024

Extensions

Edited and extended by Ray Chandler, Jan 05 2012

A111333 Number of odd numbers <= n-th prime.

Original entry on oeis.org

1, 2, 3, 4, 6, 7, 9, 10, 12, 15, 16, 19, 21, 22, 24, 27, 30, 31, 34, 36, 37, 40, 42, 45, 49, 51, 52, 54, 55, 57, 64, 66, 69, 70, 75, 76, 79, 82, 84, 87, 90, 91, 96, 97, 99, 100, 106, 112, 114, 115, 117, 120, 121, 126, 129, 132, 135, 136, 139, 141, 142, 147, 154, 156, 157
Offset: 1

Views

Author

Giovanni Teofilatto, Nov 05 2005

Keywords

Comments

This is A006254 (numbers n such that 2n-1 is prime) with a leading 1. - Lambert Klasen (lambert.klasen(AT)gmx.net), Nov 06 2005
Same as smallest k such that prime(n) divides C(2k,k). - Jonathan Sondow, Jan 20 2016
Positions of records in A046112. - Hugo Pfoertner, Jul 11 2019

Crossrefs

Programs

Formula

a(n) = ceiling((prime_n)/2). - Robert G. Wilson v, Nov 07 2005

Extensions

More terms from Robert G. Wilson v, Nov 07 2005
Showing 1-2 of 2 results.