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!)
A266742 Irregular triangle read by rows: T(n,k) = floor(n/(prime(k)-1)), n>=1, 1 <= k <= pi(n+1), where pi is A000720. 3
1, 2, 1, 3, 1, 4, 2, 1, 5, 2, 1, 6, 3, 1, 1, 7, 3, 1, 1, 8, 4, 2, 1, 9, 4, 2, 1, 10, 5, 2, 1, 1, 11, 5, 2, 1, 1, 12, 6, 3, 2, 1, 1, 13, 6, 3, 2, 1, 1, 14, 7, 3, 2, 1, 1, 15, 7, 3, 2, 1, 1, 16, 8, 4, 2, 1, 1, 1, 17, 8, 4, 2, 1, 1, 1, 18, 9, 4, 3, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
H. T. Davis, Tables of the Mathematical Functions, Vols. 1 and 2, 2nd ed., 1963, Vol. 3 (with V. J. Fisher), 1962; Principia Press of Trinity Univ., San Antonio, TX. [Annotated scan of pages 204-208 of Volume 2.] See Table 1 on page 205.
EXAMPLE
Triangle begins:
[1]
[2, 1]
[3, 1]
[4, 2, 1]
[5, 2, 1]
[6, 3, 1, 1]
[7, 3, 1, 1]
[8, 4, 2, 1]
[9, 4, 2, 1]
[10, 5, 2, 1, 1]
[11, 5, 2, 1, 1]
[12, 6, 3, 2, 1, 1]
[13, 6, 3, 2, 1, 1]
[14, 7, 3, 2, 1, 1]
...
MAPLE
with(numtheory);
f:=n->[seq(floor(n/(ithprime(i)-1)), i=1..pi(n+1))];
for n from 1 to 20 do lprint(f(n)); od:
CROSSREFS
Sequence in context: A364749 A233772 A056538 * A120385 A216477 A195836
KEYWORD
nonn,tabf
AUTHOR
N. J. A. Sloane, Jan 08 2016
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 March 28 07:33 EDT 2024. Contains 371235 sequences. (Running on oeis4.)