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!)
A278115 Triangle T(n,k) = A278113(n,k)^2 A000040(k) for 1 <= k <= A278114(n), read by rows. 5
2, 8, 3, 5, 7, 18, 12, 5, 7, 11, 13, 17, 32, 27, 20, 28, 11, 13, 17, 19, 23, 29, 31, 50, 48, 45, 28, 44, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 72, 48, 45, 63, 44, 52, 68, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 98, 75, 80, 63, 44, 52, 68, 76, 92, 29, 31, 37, 41, 43, 47, 53 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
T(n,k) = prime(k) * floor(n*sqrt(2/prime(k)))^2.
EXAMPLE
The first six rows are:
2;
8, 3, 5, 7;
18, 12, 5, 7, 11, 13, 17;
32, 27, 20, 28, 11, 13, 17, 19, 23, 29, 31;
50, 48, 45, 28, 44, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47;
72, 48, 45, 63, 44, 52, 68, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71;
MATHEMATICA
Table[# Floor[n Sqrt[2/#]]^2 &@ Prime@ k, {n, 7}, {k, PrimePi[2 n^2]}] // Flatten (* Michael De Vlieger, Feb 17 2017 *)
PROG
(Magma)
A278112:=func<n, k|Isqrt(2*n^2 div k)>;
A278115_row:=func<n|[A278112(n, p)^2*p:p in PrimesUpTo(2*n^2)]>;
&cat[A278115_row(n):n in[1..7]];
CROSSREFS
Cf. A278101.
Sequence in context: A011431 A243340 A173823 * A222296 A258223 A154928
KEYWORD
nonn,tabf,easy
AUTHOR
Jason Kimberley, Feb 10 2017
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 August 24 07:54 EDT 2024. Contains 375409 sequences. (Running on oeis4.)