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!)
A239310 Numbers of the form A001700(n)*k, n>=1, k>=2. 0
6, 9, 12, 15, 18, 20, 21, 24, 27, 30, 33, 36, 39, 40, 42, 45, 48, 50, 51, 54, 57, 60, 63, 66, 69, 70, 72, 75, 78, 80, 81, 84, 87, 90, 93, 96, 99, 100, 102, 105, 108, 110, 111, 114, 117, 120, 123, 126, 129, 130, 132, 135, 138, 140, 141, 144, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers that are central coefficients T(2k,k) k>=2 in (a,b)-Pascal triangles, where (a,b) represent boundary conditions; i.e., T(2k,k) = (a+b)*A001700(k-1).
LINKS
FORMULA
a(n) ~ kn, where k = 2.441823902640895564.... (This constant exists since A001700 grows exponentially.) - Charles R Greathouse IV, Apr 04 2016
EXAMPLE
a(n)=50 appears because A001700(2)=10, so T(6,3)=50 in (1,4)- and (2,3)-Pascal triangles.
PROG
(PARI) is(n)=my(k=1, t=3); while(n>=2*t, if(n%t==0, return(1)); k++; t=binomial(2*k+1, k+1)); 0 \\ Charles R Greathouse IV, Apr 04 2016
CROSSREFS
Cf. A001700.
Cf. A007318 (Pascal's triangle), A029600 ((2,3)-Pascal triangle), A095666 ((1,4)-Pascal triangle).
Sequence in context: A306647 A189728 A214777 * A130699 A099862 A014407
KEYWORD
nonn,easy
AUTHOR
Bob Selcoe, Mar 31 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 May 10 11:28 EDT 2024. Contains 372387 sequences. (Running on oeis4.)