The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A076550 Indices of triangular numbers listed in A075088. 7
1, 2, 3, 7, 8, 15, 32, 64, 63, 224, 255, 1280, 512, 3968, 6399, 10240, 4095, 14336, 32768, 65535, 229375, 180224, 483327, 262143, 2097151, 1048575, 14680064, 17432576, 33554432, 67108864, 16777215 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(32) = 134217728. - Robert G. Wilson v, Jun 28 2010
LINKS
FORMULA
A000217(a(n)) = A075088(n).
MATHEMATICA
f[n_] := Plus @@ Last /@ FactorInteger@n; t = Table[0, {100}]; k = 1; While[k < 10^9/4, a = f[k] + f[k + 1] -1; If[ t[[a + 1]] == 0, t[[a + 1]] = k; Print[{a, k}]]; k++ ]; t (* Robert G. Wilson v, Jun 28 2010 *)
CROSSREFS
Sequence in context: A097095 A101755 A363847 * A062269 A244508 A060121
KEYWORD
nonn
AUTHOR
Shyam Sunder Gupta, Oct 19 2002
EXTENSIONS
Edited by Ray Chandler, Dec 17 2004
a(26)-a(30) from Ray Chandler, Dec 22 2004
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 20 08:57 EDT 2024. Contains 372710 sequences. (Running on oeis4.)