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!)
A072723 Integers which are exactly the concatenation of the first m odd numbers (A019519) divided by their sum (A000290 = m^2). 3
1, 15, 16764334957, 3079163563531047898532266016633501 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A probability argument suggests that this sequence may be finite.
LINKS
EXAMPLE
a(1) = 1/1 = 1; a(2) = 135/(1+3+5) = 15; a(3) = 1357911131517/(1+3+5+7+9+11+13+15+17) = 16764334957; a(4) = 1357911131517192123252729313335373941/(1+3+5+7+9+11+13+15+17+19+21+23+25+27+29+31+33+35+37+39+41) = 3079163563531047898532266016633501.
MATHEMATICA
Select[Table[FromDigits[Flatten[IntegerDigits/@Range[1, 2n+1, 2]]]/Total[Range[1, 2n+1, 2]], {n, 0, 30}], IntegerQ] (* Harvey P. Dale, Mar 24 2023 *)
CROSSREFS
Sequence in context: A068252 A115242 A296528 * A111413 A181029 A072838
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, Jul 06 2002
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 July 1 05:41 EDT 2024. Contains 373911 sequences. (Running on oeis4.)