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!)
A117530 Triangle read by rows: T(n,k) = k^2 - k + prime(n), 1<=k<=n. 6
2, 3, 5, 5, 7, 11, 7, 9, 13, 19, 11, 13, 17, 23, 31, 13, 15, 19, 25, 33, 43, 17, 19, 23, 29, 37, 47, 59, 19, 21, 25, 31, 39, 49, 61, 75, 23, 25, 29, 35, 43, 53, 65, 79, 95, 29, 31, 35, 41, 49, 59, 71, 85, 101, 119, 31, 33, 37, 43, 51, 61, 73, 87, 103, 121, 141, 37, 39, 43, 49, 57 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
T(n,1) = A000040(k);
T(n,2) = A052147(k) for k>1;
A117531 gives number of primes in the n-th row;
if T(n,1) is a Lucky Number of Euler then A117531(n)=n, see A014556;
1<k<n: T(n,k) = T(n,k-1) + T(n-1,k) - T(n-1,k-1).
LINKS
Eric Weisstein's World of Mathematics, Prime-Generating Polynomial
Eric Weisstein's World of Mathematics, Lucky Number of Euler
EXAMPLE
T(5,k)=A048058(k)=A048059(k), 1<=k<=5: T(5,1)=A014556(4)=11;
T(7,k)=A007635(k), 1<=k<=7: T(7,1)=A014556(5)=17;
T(13,k)=A005846(k), 1<=k<=13: T(13,1)=A014556(6)=41.
PROG
(PARI) T(n, k) = k^2 - k + prime(n) \\ Charles R Greathouse IV, Apr 24 2015
CROSSREFS
Sequence in context: A156898 A084754 A120724 * A238256 A239277 A302445
KEYWORD
nonn,tabl
AUTHOR
Reinhard Zumkeller, Mar 25 2006
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 14 19:51 EDT 2024. Contains 375167 sequences. (Running on oeis4.)